add new field for operate log

This commit is contained in:
pepsi 2022-10-13 19:10:31 +08:00
parent a0f02003e8
commit 7c54546d72

View File

@ -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);