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