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