Commit e329e568 authored by hezhen's avatar hezhen

Merge branch 'hz_master' into dev

parents 7410d447 c3524ef2
......@@ -9,10 +9,10 @@
<if test=" userId!=null and userId!=''">
user_id=#{userId},
</if>
<if test="balance!=null and balance!='' ">
<if test="balance!=null ">
balance=#{balance},
</if>
<if test="balance!=null and balance!='' ">
<if test="withdrawals!=null and withdrawals!='' ">
withdrawals=#{withdrawals},
</if>
<if test="totalAmount!=null and totalAmount!='' ">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment