|
|
@@ -43,7 +43,8 @@ public class BlinkCustomerController {
|
|
|
|
|
|
@Operation(summary = "客户查询列表表头统计数据接口")
|
|
|
@PostMapping(value = "/supports/customer/statistics/info")
|
|
|
- public ResponseDTO<BlinkCustomerStatisticsVO> supportsStatisticsInfo(@RequestBody BlinkCustomerQry qry) {
|
|
|
+ public ResponseDTO<BlinkCustomerStatisticsVO> supportsStatisticsInfo() {
|
|
|
+ BlinkCustomerQry qry = new BlinkCustomerQry();
|
|
|
return ResponseDTO.ok(customerService.supportsStatisticsInfo(qry));
|
|
|
}
|
|
|
|