Authored by qinchao

Merge branch 'hotfix_count_breakruletimes_1218' into test6.8.4

... ... @@ -25,7 +25,7 @@
select
count(id)
from seller_wallet_detail
where uid = #{uid,jdbcType=INTEGER} and is_batch = 0 and type in (32,33)
where uid = #{uid,jdbcType=INTEGER} and is_batch = 0 and type in (31,32,33)
</select>
... ...