|
@@ -163,9 +163,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="createdate != null">createdate = #{createdate},</if>
|
|
|
<if test="updaterCode != null">updater_code = #{updaterCode},</if>
|
|
|
<if test="updatedate != null">updatedate = #{updatedate},</if>
|
|
|
- <if test="quarter != null "> `quarter` = #{quarter}</if>
|
|
|
- <if test="year != null "> `year` = #{year}</if>
|
|
|
- <if test="code != null "> `code` = #{code}</if>
|
|
|
+ <if test="quarter != null "> `quarter` = #{quarter},</if>
|
|
|
+ <if test="year != null "> `year` = #{year},</if>
|
|
|
+ <if test="code != null "> `code` = #{code},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|
|
|
</update>
|