增加客户
This commit is contained in:
parent
e99bf68869
commit
87c6714c5d
|
|
@ -78,7 +78,7 @@ public class CustomerController {
|
|||
@PreAuthorize("@ss.hasPermission('oms:customer:query')")
|
||||
public CommonResult<CustomerRespVO> getCustomer(@RequestParam("id") Long id) {
|
||||
CustomerDO customer = customerService.getCustomer(id);
|
||||
return success(BeanUtils.toBean(customer, CustomerRespVO.class));
|
||||
return success(buildClueDetail(customer));
|
||||
}
|
||||
|
||||
private CustomerRespVO buildClueDetail(CustomerDO clue) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue