Browse Source

不限请求方式

dev
zhangyuan 3 years ago
parent
commit
593bc9c354
  1. 2
      epmet-module/oper-crm/oper-crm-server/src/main/java/com/epmet/controller/CustomerRelationController.java

2
epmet-module/oper-crm/oper-crm-server/src/main/java/com/epmet/controller/CustomerRelationController.java

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

Loading…
Cancel
Save