|
|
@@ -55,7 +55,7 @@ public class AdminDepartmentApiController extends CertifyApiController {
|
|
|
return res;
|
|
|
}
|
|
|
if (departmentService.checkDepWorkingHouresType(id)) {
|
|
|
- res.getError().add(buildError( "工作时间已分配不允许删除。", "工作时间已分配不允许删除。"));
|
|
|
+ res.getError().add(buildError( "已分配无法删除!。", "已分配无法删除!"));
|
|
|
return res;
|
|
|
}
|
|
|
res.setData(departmentService.deleteWorkingHours(id));
|