Commit cc45406a authored by liuChang's avatar liuChang

导出

parent 2ea409e9
...@@ -253,7 +253,7 @@ public class ExportService { ...@@ -253,7 +253,7 @@ public class ExportService {
//供应商 //供应商
vo.setSupplierCount(MapUtil.getInt(dataMap, "supplierCount")); vo.setSupplierCount(MapUtil.getInt(dataMap, "supplierCount"));
//债卷余额 //债卷余额
vo.setCreditBalance(MapUtil.getDouble(dataMap, "creditBalance")); vo.setCreditBalance(MapUtil.getDouble(dataMap, "bondBalance"));
//主体评级 //主体评级
vo.setBratingSubjectLevel(MapUtil.getStr(dataMap, "bratingSubjectLevel")); vo.setBratingSubjectLevel(MapUtil.getStr(dataMap, "bratingSubjectLevel"));
//行政级别 //行政级别
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment