|
@@ -101,7 +101,8 @@ public class ProEconBenchmarkingBetweenServiceImpl extends ServiceImpl<ProEconBe
|
|
|
} else {
|
|
|
map.put("RFDL", map.get("RFDL") + fdl);
|
|
|
}
|
|
|
- remap.put(dutyschedule.getName(), map);
|
|
|
+ String[] name = dutyschedule.getName().split(",");
|
|
|
+ remap.put(name[i], map);
|
|
|
}
|
|
|
}
|
|
|
|