Merge branch 'develop/oprlog_modify/221014' into 'test'
Develop/oprlog modify/221014 See merge request infra/xlog!27
This commit is contained in:
commit
114983767c
@ -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