he2802 3 lat temu
rodzic
commit
a9d31d05ff

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/user/UserMapper.xml

@@ -179,7 +179,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="businessId != null and businessId != ''">
             and og.`status` = 1
             and og.refund_status in (0,1,3)
-            and og.pay_status in (2,3,4))
+            and og.pay_status in (2,3,4)
             AND g.business_id = #{businessId}
         </if>
         <if test="startTime != null and startTime != ''">