md
This commit is contained in:
parent
79ac74843c
commit
a40435969d
@ -861,6 +861,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
bl_confirm_center = '1',
|
||||
confirm_center_date = now(),
|
||||
confirm_center_man_code = #{confirmCenterManCode},
|
||||
<if test="confirmCenterNote != null and confirmCenterNote != ''">confirm_center_note = #{confirmCenterNote},</if>
|
||||
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
||||
<if test="updateTime != null">update_time = #{updateTime},</if>
|
||||
<if test="updateSite != null and updateSite != ''">update_site = #{updateSite},</if>
|
||||
@ -920,6 +921,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
confirm_site_date = now(),
|
||||
confirm_site_code = #{confirmSiteCode},
|
||||
confirm_site_man_code = #{confirmSiteManCode},
|
||||
<if test="confirmSiteNote != null and confirmSiteNote != ''">confirm_site_note = #{confirmSiteNote},</if>
|
||||
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
||||
<if test="updateTime != null">update_time = #{updateTime},</if>
|
||||
<if test="updateSite != null and updateSite != ''">update_site = #{updateSite},</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user