|
@@ -13,7 +13,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="createBy != null">create_by = #{createBy},</if>
|
|
<if test="createBy != null">create_by = #{createBy},</if>
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
</trim>
|
|
</trim>
|
|
- where balance_id = #{balanceId}
|
|
|
|
|
|
+ where client_account_id = #{clientAccountId}
|
|
</update>
|
|
</update>
|
|
|
|
|
|
<!-- <resultMap type="LUserBalance" id="LUserBalanceResult">
|
|
<!-- <resultMap type="LUserBalance" id="LUserBalanceResult">
|