Browse Source

fix bug 用户列表用户充值次数

skyline 2 năm trước cách đây
mục cha
commit
4ee11d6174
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mapper/src/main/resources/mappers/miniapp/UserMapper.xml

+ 1 - 1
mapper/src/main/resources/mappers/miniapp/UserMapper.xml

@@ -74,7 +74,7 @@
             FROM
             t_wallet_detail
             WHERE user_id = ${userId}
-            AND TYPE = 1) t3
+            AND TYPE = 1 AND status = 1) t3
             ON t1.`id` = t3.`user_id`
             WHERE t1.id = ${userId}
         </if>