liurunyu
2024-12-12 6dcef8bdb3a6d1681fadf4001c22f63f046af84b
pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/paymentMethod/PaymentMethodCtrl.java
@@ -46,7 +46,7 @@
            )
    })
    @GetMapping(path = "/get")
    @SsoAop("-1")
    @SsoAop()
    public BaseResponse<QueryResultVo<List<SePaymentMethod>>> getPaymentMethods(){
        try {
            QueryResultVo<List<SePaymentMethod>> res = paymentMethodSv.getPaymentMethods();