screen-api/src/main/java/com/moral/api/service/AllocationService.java
@@ -23,14 +23,9 @@ 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);