|
|
|
@ -84,8 +84,8 @@
|
|
|
|
|
<if test="productCode != null">product_code,</if>
|
|
|
|
|
<if test="category != null">category,</if>
|
|
|
|
|
<if test="pc != null">pc,</if>
|
|
|
|
|
<if test="iei != null">iei,</if>
|
|
|
|
|
<if test="manStandar != null">man_standar,</if>
|
|
|
|
|
iei,
|
|
|
|
|
man_standar,
|
|
|
|
|
<if test="sprayWay != null">spray_way,</if>
|
|
|
|
|
<if test="blankDiameter != null">blank_diameter,</if>
|
|
|
|
|
<if test="blankNo != null">blank_no,</if>
|
|
|
|
@ -104,8 +104,8 @@
|
|
|
|
|
<if test="productCode != null">#{productCode},</if>
|
|
|
|
|
<if test="category != null">#{category},</if>
|
|
|
|
|
<if test="pc != null">#{pc},</if>
|
|
|
|
|
<if test="iei != null">#{iei},</if>
|
|
|
|
|
<if test="manStandar != null">#{manStandar},</if>
|
|
|
|
|
#{iei},
|
|
|
|
|
#{manStandar},
|
|
|
|
|
<if test="sprayWay != null">#{sprayWay},</if>
|
|
|
|
|
<if test="blankDiameter != null">#{blankDiameter},</if>
|
|
|
|
|
<if test="blankNo != null">#{blankNo},</if>
|
|
|
|
|