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