|
|
@@ -480,7 +480,7 @@ public class SmartAuthorGroupController implements SmartAuthorGroupControllerAPI
|
|
|
queryWrapperB.in("id", users);
|
|
|
queryWrapperB.eq("deleted", 0);
|
|
|
List<SmartUser> ulist = smartUserService.list(queryWrapperB);
|
|
|
- if (ulist.isEmpty() || ulist.size()!=newUserId.length){
|
|
|
+ if (!userId.equals("") && (ulist.isEmpty() || ulist.size()!=newUserId.length)){
|
|
|
return CommonResult.fail("有用户已删除");
|
|
|
}
|
|
|
for (int i = 0; i < oldUserId.length; i++) {
|