Explorar o código

修复状态筛选条件无效bug

codingliang %!s(int64=2) %!d(string=hai) anos
pai
achega
11082a8bf1

+ 1 - 1
src/main/java/com/sqx/modules/pay/controller/CashController.java

@@ -195,7 +195,7 @@ public class CashController {
                                    @ApiParam("支付宝名称") String zhifubaoName,
                                    @ApiParam("支付宝账号") String zhifubao,
                                    @ApiParam("用户id") String userId,
-                                   @ApiParam("提现状态") Integer state,
+                                   @ApiParam("提现状态") String state,
                                    @ApiParam("用户手机号") String phone,
                                    @ApiParam("店铺名称") String shopName,
                                    @ApiParam("分类  1用户提现  2退保障金") String type,