|
@@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="roleCd != null">#{roleCd},</if>
|
|
|
<if test="requireCd != null">#{requireCd},</if>
|
|
|
<if test="compteHourNumX != null">#{compteHourNumX},</if>
|
|
|
- <if test="amount != null">#{amount},</if>
|
|
|
+ amount = #{amount},
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
@@ -63,7 +63,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="roleCd != null">role_cd = #{roleCd},</if>
|
|
|
<if test="requireCd != null">require_cd = #{requireCd},</if>
|
|
|
<if test="compteHourNumX != null">compte_hour_num_x = #{compteHourNumX},</if>
|
|
|
- <if test="amount != null">amount = #{amount},</if>
|
|
|
+ amount = #{amount},
|
|
|
</trim>
|
|
|
where id = #{id}
|
|
|
</update>
|