wuzeyu
2024-06-19 fdacd6f57d9ace487ee017c0a58de0a66075c9ca
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();