|
|
@ -79,7 +79,7 @@ public class CustomerRelationController { |
|
|
|
* @author zhy |
|
|
|
* @date 2022/7/6 13:24 |
|
|
|
*/ |
|
|
|
@PostMapping("customertree") |
|
|
|
@RequestMapping("customertree") |
|
|
|
public Result<List<CustomerRelationTreeDTO>> customerTree(@LoginUser TokenDto tokenDto) { |
|
|
|
return new Result<List<CustomerRelationTreeDTO>>().ok(customerRelationService.getCustomerTree(tokenDto)); |
|
|
|
} |
|
|
|