add new field for operate log
This commit is contained in:
parent
a0f02003e8
commit
7c54546d72
@ -367,7 +367,6 @@ public class OperateLogServiceImpl extends BaseEsService implements OperateLogSe
|
||||
*/
|
||||
private IdentityProfileDto qryIdentityProfile(Long identityId, Integer identityType) {
|
||||
//todo 需要根据类型判断用那个接口查询
|
||||
|
||||
List<Long> ids = new ArrayList<>();
|
||||
ids.add(identityId);
|
||||
CommonResponse<List<IdentityProfileDto>> response = profileServiceApi.getIdentitiesByIdSet(ids, identityType);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user