Commit 389e5728 authored by liuChang's avatar liuChang

城投导出

parent 49fd97be
...@@ -179,7 +179,7 @@ public class ExportService { ...@@ -179,7 +179,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