|
@@ -71,11 +71,11 @@ public class LedgerSeizureStatsController extends BaseController {
|
|
71
|
*
|
71
|
*
|
|
72
|
* @param countQueryReq 查询参数
|
72
|
* @param countQueryReq 查询参数
|
|
73
|
* @return AjaxResult
|
73
|
* @return AjaxResult
|
|
74
|
- * @method countSeizureTotalQuantity
|
|
|
|
|
|
74
|
+ * @method countSeizureSingleQuantity
|
|
75
|
* @author PanHu Sun
|
75
|
* @author PanHu Sun
|
|
76
|
* @date 2026/5/20 10:32
|
76
|
* @date 2026/5/20 10:32
|
|
77
|
*/
|
77
|
*/
|
|
78
|
- @PostMapping("/countSeizureTotalQuantity")
|
|
|
|
|
|
78
|
+ @PostMapping("/countSeizureSingleQuantity")
|
|
79
|
public AjaxResult countSeizureSingleQuantity(@RequestBody CountQueryReqVO countQueryReq) {
|
79
|
public AjaxResult countSeizureSingleQuantity(@RequestBody CountQueryReqVO countQueryReq) {
|
|
80
|
List<CountSeizureSingleQuantityResVO> seizureQuantityList = service.countSeizureSingleQuantity(countQueryReq);
|
80
|
List<CountSeizureSingleQuantityResVO> seizureQuantityList = service.countSeizureSingleQuantity(countQueryReq);
|
|
81
|
return AjaxResult.success(seizureQuantityList);
|
81
|
return AjaxResult.success(seizureQuantityList);
|