Commit abafba12 authored by huyuchen's avatar huyuchen

失败原因配置

parent a0cecf21
...@@ -756,9 +756,6 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> impl ...@@ -756,9 +756,6 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> impl
String dataType = json.get("dataType").toString(); String dataType = json.get("dataType").toString();
//获取人员和部门信息 //获取人员和部门信息
JSONArray updateParamsArr=json.getJSONArray("data"); JSONArray updateParamsArr=json.getJSONArray("data");
if (Common.isEmpty(updateParamsArr)) {
return R.failed("传参不能为空");
}
//全量更新直接调用定时任务接口 //全量更新直接调用定时任务接口
if (isAll) { if (isAll) {
this.updateByLdap(); this.updateByLdap();
......
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