Commit 082ec7b0 authored by huangjie's avatar huangjie

Merge branch 'dev20230707' of http://192.168.60.201/root/dsk-operate-sys into dev20230707

parents fb163f74 556594c8
...@@ -73,7 +73,7 @@ public class RegionalEnterprisesServiceImpl implements RegionalEnterprisesServic ...@@ -73,7 +73,7 @@ public class RegionalEnterprisesServiceImpl implements RegionalEnterprisesServic
List<Map<String, Object>> companyNameList = (List<Map<String, Object>>)MapUtils.getObject(topSupplierMap, "data", null); List<Map<String, Object>> companyNameList = (List<Map<String, Object>>)MapUtils.getObject(topSupplierMap, "data", null);
for (Map<String, Object> comMap : companyNameList) { for (Map<String, Object> comMap : companyNameList) {
Integer id = MapUtils.getInteger(comMap, "id", 0); Integer id = MapUtils.getInteger(comMap, "id", 0);
if (id.equals(topCustomerId)) { if (id.equals(topSupplierId)) {
String companyName = MapUtils.getString(comMap, "companyName", null); String companyName = MapUtils.getString(comMap, "companyName", null);
companyMap.put("topSupplier", companyName); companyMap.put("topSupplier", companyName);
} }
......
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