screen-api/src/main/java/com/moral/api/service/AllocationService.java
@@ -19,12 +19,16 @@ List<Map<String, Object>> sysDictData(String code); List<ResponsibilityUnit> seleteUnit(); Integer insertAllocation(AllocationAddCond allocation); void updateAll(AllocationUpdateCond allocationUpdateCond); List<Integer> unitResult(); Integer unitAreaCode(); Map<String, Object> selectUnitView(Map<String,Object> map); List<Map<String,Object>> unitExel(Map<String,Object> map);