客服列表接口调整
This commit is contained in:
parent
cf07b59c1a
commit
b6116ff994
@ -35,6 +35,6 @@ public class SysCustomerServiceQryExe {
|
||||
.getByTimeSlot(cmd.getReqSysOrigin().getOrigin(), regionId))
|
||||
.map(config -> userProfileGateway.getByUserId(config.getUserId()))
|
||||
.map(userProfileAppConvertor::toUserProfileDTO)
|
||||
.orElse(new UserProfileDTO());
|
||||
.orElse(null);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user