@@ -82,6 +82,8 @@
and t.account_balance>=#{customer.moneyLower}
</if>
</where>
+ <!-- 正常用户 -->
+ and accStatus = 0
order by first_sign desc
</select>
@@ -99,6 +101,8 @@
and #{customer.moneyUpper} <![CDATA[>=]]> t.account_balance
and t.account_balance <![CDATA[<=]]> #{customer.moneyLower}