|
|
@@ -756,7 +756,7 @@ public class SysUserController extends BaseController
|
|
|
String deptId = CommonUtil.objToString(list.get(0).getSucrDeptId());
|
|
|
Map<String, Object> flowableRes = flowableService.deleteFlowableUserGroup(String.valueOf(user.getUserId()), deptId);
|
|
|
if (!"200".equals(flowableRes.get("code"))) {
|
|
|
- throw new Exception("审批数据新增失败!");
|
|
|
+ throw new Exception("审批数据删除部门分组失败!");
|
|
|
}
|
|
|
}
|
|
|
//审批表增加部门分组数据
|
|
|
@@ -794,7 +794,7 @@ public class SysUserController extends BaseController
|
|
|
//审批删除部门分组
|
|
|
Map<String, Object> flowableRes = flowableService.deleteFlowableUserGroup(String.valueOf(userId), String.valueOf(deptId));
|
|
|
if (!"200".equals(flowableRes.get("code"))) {
|
|
|
- throw new Exception("审批数据新增失败!");
|
|
|
+ throw new Exception("审批数据删除部门分组失败!");
|
|
|
}
|
|
|
}
|
|
|
return AjaxResult.success();
|