|
@@ -264,6 +264,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="updateBy != null">update_by,</if>
|
|
<if test="updateBy != null">update_by,</if>
|
|
<if test="updateTime != null">update_time,</if>
|
|
<if test="updateTime != null">update_time,</if>
|
|
<if test="activeFlag != null">active_flag,</if>
|
|
<if test="activeFlag != null">active_flag,</if>
|
|
|
|
+ <if test="ediSendFlag != null">edi_send_flag,</if>
|
|
<if test="hEdi01 != null">h_edi_01,</if>
|
|
<if test="hEdi01 != null">h_edi_01,</if>
|
|
<if test="hEdi02 != null">h_edi_02,</if>
|
|
<if test="hEdi02 != null">h_edi_02,</if>
|
|
<if test="hEdi03 != null">h_edi_03,</if>
|
|
<if test="hEdi03 != null">h_edi_03,</if>
|
|
@@ -304,6 +305,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="updateBy != null">#{updateBy},</if>
|
|
<if test="updateBy != null">#{updateBy},</if>
|
|
<if test="updateTime != null">#{updateTime},</if>
|
|
<if test="updateTime != null">#{updateTime},</if>
|
|
<if test="activeFlag != null">#{activeFlag},</if>
|
|
<if test="activeFlag != null">#{activeFlag},</if>
|
|
|
|
+ <if test="ediSendFlag != null">#{ediSendFlag},</if>
|
|
<if test="hEdi01 != null">#{hEdi01},</if>
|
|
<if test="hEdi01 != null">#{hEdi01},</if>
|
|
<if test="hEdi02 != null">#{hEdi02},</if>
|
|
<if test="hEdi02 != null">#{hEdi02},</if>
|
|
<if test="hEdi03 != null">#{hEdi03},</if>
|
|
<if test="hEdi03 != null">#{hEdi03},</if>
|
|
@@ -347,6 +349,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="updateBy != null">update_by = #{updateBy},</if>
|
|
<if test="updateBy != null">update_by = #{updateBy},</if>
|
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
|
<if test="activeFlag != null">active_flag = #{activeFlag},</if>
|
|
<if test="activeFlag != null">active_flag = #{activeFlag},</if>
|
|
|
|
+ <if test="ediSendFlag != null">edi_send_flag = #{ediSendFlag},</if>
|
|
<if test="hEdi01 != null">h_edi_01 = #{hEdi01},</if>
|
|
<if test="hEdi01 != null">h_edi_01 = #{hEdi01},</if>
|
|
<if test="hEdi02 != null">h_edi_02 = #{hEdi02},</if>
|
|
<if test="hEdi02 != null">h_edi_02 = #{hEdi02},</if>
|
|
<if test="hEdi03 != null">h_edi_03 = #{hEdi03},</if>
|
|
<if test="hEdi03 != null">h_edi_03 = #{hEdi03},</if>
|