@@ -41,7 +41,7 @@
<sql id="queryPageSql">
<where>
<if test="status != null and status=='reg'">
- <![CDATA[AND status_ <= 1]]>
+ AND <![CDATA[status_ <= 1]]>
</if>
<if test="status != null and status=='pay'">
AND status_ = 2