Przeglądaj źródła

地址一样了,代码没起来

wangxx 4 tygodni temu
rodzic
commit
a358c3f33d

+ 2 - 2
airport-admin/src/main/java/com/sundot/airport/web/controller/ledger/LedgerSeizureStatsController.java

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