@@ -95,6 +95,9 @@
<if test="transAmount != null">
trans_amount_ = #{transAmount},
</if>
+ <if test="memo != null">
+ memo_ = #{memo},
+ </if>
update_time_ = NOW()
</set>
WHERE id_ = #{id}