Merge branch 'develop/oprlog_modify/221014' into 'test'

Develop/oprlog modify/221014

See merge request infra/xlog!27
This commit is contained in:
彭健 2022-10-13 11:12:24 +00:00
commit 114983767c

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