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();