wangxu16 4 vuotta sitten
vanhempi
commit
368d67f1a7

+ 0 - 1
security-protection-service/src/main/java/com/ai/bss/security/protection/controller/WorkShiftController.java

@ -25,7 +25,6 @@ public class WorkShiftController {
25 25
    @ResponseBody
26 26
    @RequestMapping("/createWorkShift")
27 27
    public CommonResponse createWorkShift(@RequestBody WorkShift workShift) throws Exception {
28
29 28
         workShiftService.createWorkShift(workShift);
30 29
        return CommonResponse.OK_VOID;
31 30
    }