Commit fdc9c6b8 authored by huyuchen's avatar huyuchen

派单审核导出问题修改

parent 8dbd278d
......@@ -273,7 +273,9 @@ public class SysDeptServiceImpl extends ServiceImpl<SysDeptMapper, SysDept> impl
}
}
//更新用户信息
sysUserMapper.updateUser(updUserList);
if (!updUserList.isEmpty()) {
sysUserMapper.updateUser(updUserList);
}
return R.ok();
}
}
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