Merge branch 'master' into hotfix_erp_addMobile_1218
Showing
3 changed files
with
3 additions
and
3 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