瀏覽代碼

用户列表

he2802 3 年之前
父節點
當前提交
a9d31d05ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/user/UserMapper.xml

+ 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 != ''">