|
|
@@ -356,7 +356,7 @@ public class SysUserOrderAuthorServiceImpl implements ISysUserOrderAuthorService
|
|
|
for (SysUser sysUser :userList
|
|
|
) {
|
|
|
SysUserExt userExt = userExtMapper.selectSysUserExtById(sysUser.getUserId());
|
|
|
- if (userExt != null) {
|
|
|
+ if (userExt.getSapEmployeeId() != null) {
|
|
|
if(employList!=null && employList.size()>0){
|
|
|
if (employList.contains(userExt.getSapEmployeeId().toUpperCase())) {
|
|
|
sysUser.setQuit("2");
|