feat:REQ-1419 代码逻辑优化
This commit is contained in:
parent
87b3b78fb2
commit
711292701c
@ -212,7 +212,7 @@ public class AccountService {
|
||||
userAccountAll.addAll(userAccountRespList);
|
||||
} else {
|
||||
if (appTypeEnum == AppTypeEnum.SYSTEM) {
|
||||
log.warn("该接口不允许创建AppType=[system]账户!");
|
||||
log.warn("PersonId=["+accountAbsentQuery.getPersonId()+"],不允许创建AppType=[system]账户!");
|
||||
continue;
|
||||
}
|
||||
UserAccountReq userAccountReq = new UserAccountReq();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user