【7.0.4】修改查询c端用户接口

pull/22/head
fengshuonan 2021-06-16 10:17:06 +08:00
parent 0ec3dad7fa
commit 6f10b330fa
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ public class CustomerServiceImpl extends ServiceImpl<CustomerMapper, Customer> i
// 获取C端用户详情
Customer customer = this.getById(customerId);
if (customer == null) {
throw new CustomerException(CustomerExceptionEnum.CANT_FIND_CUSTOMER, customerId);
return null;
}
CustomerInfo result = new CustomerInfo();