|
@@ -258,7 +258,7 @@ public class ContractController {
|
|
|
/**
|
|
|
* 头部统计客户金额
|
|
|
*/
|
|
|
- @GetMapping("/getHeadCustomerStatistics")
|
|
|
+ @PostMapping("/getHeadCustomerStatistics")
|
|
|
public Map<String,Object> getHeadCustomerStatistics(@RequestBody ContractSelectDto dto) {
|
|
|
return contractService.getHeadCustomerStatistics(dto);
|
|
|
}
|