zhijiezhao 3 年之前
父节点
当前提交
056a3c5b25
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mappings/modules/user/CmUserBalanceRecordMapper.xml

+ 1 - 1
src/main/resources/mappings/modules/user/CmUserBalanceRecordMapper.xml

@@ -49,7 +49,7 @@
 				 and a.name LIKE concat('%',#{name},'%')
 			</if>
 			and a.registerUserTypeID in (3,4)
-			AND a.validFlag = 1 AND a.clubStatus in (40,90)
+			AND a.validFlag = 1
 		</where>
 		<choose>
 			<when test="page !=null and page.orderBy != null and page.orderBy != ''">