|
|
@ -101,6 +101,9 @@ public class ImsDutyMainController extends BladeController { |
|
|
|
@ApiOperation(value = "排班管理", notes = "") |
|
|
|
@ApiOperation(value = "排班管理", notes = "") |
|
|
|
public R scheduling(@Valid @RequestBody ImsSchedulingVo imsSchedulingVo) { |
|
|
|
public R scheduling(@Valid @RequestBody ImsSchedulingVo imsSchedulingVo) { |
|
|
|
if (null == imsSchedulingVo.getCreateDept()) { |
|
|
|
if (null == imsSchedulingVo.getCreateDept()) { |
|
|
|
|
|
|
|
if(true){ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
imsSchedulingVo.setCreateDept(Long.valueOf(AuthUtil.getDeptId())); |
|
|
|
imsSchedulingVo.setCreateDept(Long.valueOf(AuthUtil.getDeptId())); |
|
|
|
} |
|
|
|
} |
|
|
|
return imsDutyMainService.getSchedulingV2(imsSchedulingVo); |
|
|
|
return imsDutyMainService.getSchedulingV2(imsSchedulingVo); |
|
|
|