|
@@ -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
|