|
|
@@ -48,7 +48,6 @@ public class AdminDepartmentApiController extends CertifyApiController {
|
|
|
@RequestMapping(value = "/workingHours/update", method = RequestMethod.POST)
|
|
|
public Result update(WorkingHours in) {
|
|
|
Result res = new Result();
|
|
|
-
|
|
|
if (departmentService.checkWorkingHoursType(in)) {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_BEING_ERROR, "", "分类"));
|
|
|
return res;
|