|
@@ -6,6 +6,8 @@ import com.sundata.common.util.JsonUtil;
|
|
import com.sundata.product.echarts.model.ChartsDataShow;
|
|
import com.sundata.product.echarts.model.ChartsDataShow;
|
|
import com.sundata.product.echarts.model.PieData;
|
|
import com.sundata.product.echarts.model.PieData;
|
|
import org.apache.commons.collections4.SetUtils;
|
|
import org.apache.commons.collections4.SetUtils;
|
|
|
|
+import org.slf4j.Logger;
|
|
|
|
+import org.slf4j.LoggerFactory;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
@@ -23,6 +25,8 @@ import java.util.Map;
|
|
@Service
|
|
@Service
|
|
public class RWAWelcomeService {
|
|
public class RWAWelcomeService {
|
|
|
|
|
|
|
|
+
|
|
|
|
+ private static final Logger log = LoggerFactory.getLogger(RWAWelcomeService.class);
|
|
// 表内业务风险暴露(一级)风险加权资产占比
|
|
// 表内业务风险暴露(一级)风险加权资产占比
|
|
private final String WithinTableAssetType= "WithinTableAssetType";
|
|
private final String WithinTableAssetType= "WithinTableAssetType";
|
|
// 表外业务风险暴露(一级)风险加权资产占比
|
|
// 表外业务风险暴露(一级)风险加权资产占比
|
|
@@ -350,7 +354,7 @@ public class RWAWelcomeService {
|
|
resMap.put(CreditRiskReleaseTool,chart6);
|
|
resMap.put(CreditRiskReleaseTool,chart6);
|
|
resMap.put(RiskExposeClass,chart7);
|
|
resMap.put(RiskExposeClass,chart7);
|
|
} catch (SQLException e) {
|
|
} catch (SQLException e) {
|
|
- throw new RuntimeException(e);
|
|
|
|
|
|
+ log.error(e.getMessage(),e);
|
|
}
|
|
}
|
|
return resMap;
|
|
return resMap;
|
|
}
|
|
}
|