Merge branch 'hotfix_count_breakruletimes_1218' into test6.8.4
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | select | 25 | select |
26 | count(id) | 26 | count(id) |
27 | from seller_wallet_detail | 27 | from seller_wallet_detail |
28 | - where uid = #{uid,jdbcType=INTEGER} and is_batch = 0 and type in (32,33) | 28 | + where uid = #{uid,jdbcType=INTEGER} and is_batch = 0 and type in (31,32,33) |
29 | </select> | 29 | </select> |
30 | 30 | ||
31 | 31 |
-
Please register or login to post a comment