Commit be3687d0 authored by huyuchen's avatar huyuchen

失败原因配置

parent 5eb7c9a6
......@@ -753,7 +753,7 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> impl
return R.failed("传参不能为空");
}
boolean isAll = (boolean) json.get("isAll");
String dataType = json.get("isAll").toString();
String dataType = json.get("dataType").toString();
//获取人员和部门信息
JSONArray updateParamsArr=json.getJSONArray("data");
if (Common.isEmpty(updateParamsArr)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment