|
|
@ -88,7 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<if test="linkmanPhone != null">LINKMAN_PHONE = #{linkmanPhone},</if>
|
|
|
|
<if test="linkmanPhone != null">LINKMAN_PHONE = #{linkmanPhone},</if>
|
|
|
|
<if test="linkmanMobile != null">LINKMAN_MOBILE = #{linkmanMobile},</if>
|
|
|
|
<if test="linkmanMobile != null">LINKMAN_MOBILE = #{linkmanMobile},</if>
|
|
|
|
<if test="indentureState != null">INDENTURE_STATE = #{indentureState},</if>
|
|
|
|
<if test="indentureState != null">INDENTURE_STATE = #{indentureState},</if>
|
|
|
|
<if test="REMARK != null">REMARK = #{remark},</if>
|
|
|
|
<if test="remark != null">REMARK = #{remark},</if>
|
|
|
|
<if test="createStaffid != null">CREATE_STAFFID = #{createStaffid},</if>
|
|
|
|
<if test="createStaffid != null">CREATE_STAFFID = #{createStaffid},</if>
|
|
|
|
<if test="createDate != null">CREATE_DATE = #{createDate},</if>
|
|
|
|
<if test="createDate != null">CREATE_DATE = #{createDate},</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|