@@ -443,7 +443,7 @@
<if test="status != null and status != ''">
AND status = #{status}
</if>
- AND amt_total >= 10000
+ AND amt_total >= 100000
</where>
</select>