Explorar o código

执行计划汇总

赵芳群 %!s(int64=2) %!d(string=hai) anos
pai
achega
fb72b685bb

+ 1 - 2
src/main/java/com/jeeplus/modules/sg/balancedlibrary/planSummary/service/PlanSummaryService.java

@@ -73,8 +73,7 @@ public class PlanSummaryService extends CrudService<PlanSummaryMapper, Agricultu
         processTrackingMap.forEach((k,v)->{
             String[] split = k.split("-");
             String person = getPerson(reportPersonMap, split[1], agriculturalDistributionNetworkList, split[0]);
-            String s = reportPersonMap.get(person);
-            String dictLabels = DictUtils.getDictLabel(s, "report_department", "");
+            String dictLabels = DictUtils.getDictLabel(reportPersonMap.get(person), "report_department", "");
             String materialDescription = getMaterialDescription(split[0], person, agriculturalDistributionNetworkList);
             planSummaryList.add(new PlanSummary(person,dictLabels,split[0],materialDescription,v.toString(),
                     //配农网是否有这个key