|
|
@ -160,14 +160,14 @@
|
|
|
|
<if test="productName != null">product_name,</if>
|
|
|
|
<if test="productName != null">product_name,</if>
|
|
|
|
<if test="productCode != null">product_code,</if>
|
|
|
|
<if test="productCode != null">product_code,</if>
|
|
|
|
<if test="productSort != null">product_sort,</if>
|
|
|
|
<if test="productSort != null">product_sort,</if>
|
|
|
|
<if test="specification != null">specification,</if>
|
|
|
|
<if test="speciFication != null">specification,</if>
|
|
|
|
<if test="unitOfMeasure != null">unit_of_measure,</if>
|
|
|
|
<if test="unitOfMeasure != null">unit_of_measure,</if>
|
|
|
|
<if test="planQuantity != null">plan_quantity,</if>
|
|
|
|
<if test="planQuantity != null">plan_quantity,</if>
|
|
|
|
<if test="putQuantity != null">put_quantity,</if>
|
|
|
|
<if test="putQuantity != null">put_quantity,</if>
|
|
|
|
<if test="status != null">status,</if>
|
|
|
|
<if test="status != null">status,</if>
|
|
|
|
<if test="SAPStatus != null">SAP_status,</if>
|
|
|
|
<if test="sapStatus != null">SAP_status,</if>
|
|
|
|
<if test="SAPProof != null">SAP_proof,</if>
|
|
|
|
<if test="sapProof != null">SAP_proof,</if>
|
|
|
|
<if test="SAPMessage != null">SAP_message,</if>
|
|
|
|
<if test="sapMessage != null">SAP_message,</if>
|
|
|
|
<if test="putDate != null">put_date,</if>
|
|
|
|
<if test="putDate != null">put_date,</if>
|
|
|
|
<if test="attr1 != null">attr1,</if>
|
|
|
|
<if test="attr1 != null">attr1,</if>
|
|
|
|
<if test="attr2 != null">attr2,</if>
|
|
|
|
<if test="attr2 != null">attr2,</if>
|
|
|
@ -195,14 +195,14 @@
|
|
|
|
<if test="productName != null">#{productName},</if>
|
|
|
|
<if test="productName != null">#{productName},</if>
|
|
|
|
<if test="productCode != null">#{productCode},</if>
|
|
|
|
<if test="productCode != null">#{productCode},</if>
|
|
|
|
<if test="productSort != null">#{productSort},</if>
|
|
|
|
<if test="productSort != null">#{productSort},</if>
|
|
|
|
<if test="specification != null">#{specification},</if>
|
|
|
|
<if test="speciFication != null">#{speciFication},</if>
|
|
|
|
<if test="unitOfMeasure != null">#{unitOfMeasure},</if>
|
|
|
|
<if test="unitOfMeasure != null">#{unitOfMeasure},</if>
|
|
|
|
<if test="planQuantity != null">#{planQuantity},</if>
|
|
|
|
<if test="planQuantity != null">#{planQuantity},</if>
|
|
|
|
<if test="putQuantity != null">#{putQuantity},</if>
|
|
|
|
<if test="putQuantity != null">#{putQuantity},</if>
|
|
|
|
<if test="status != null">#{status},</if>
|
|
|
|
<if test="status != null">#{status},</if>
|
|
|
|
<if test="SAPStatus != null">#{SAPStatus},</if>
|
|
|
|
<if test="sapStatus != null">#{sapStatus},</if>
|
|
|
|
<if test="SAPProof != null">#{SAPProof},</if>
|
|
|
|
<if test="sapProof != null">#{sapProof},</if>
|
|
|
|
<if test="SAPMessage != null">#{SAPMessage},</if>
|
|
|
|
<if test="sapMessage != null">#{sapMessage},</if>
|
|
|
|
<if test="putDate != null">#{putDate},</if>
|
|
|
|
<if test="putDate != null">#{putDate},</if>
|
|
|
|
<if test="attr1 != null">#{attr1},</if>
|
|
|
|
<if test="attr1 != null">#{attr1},</if>
|
|
|
|
<if test="attr2 != null">#{attr2},</if>
|
|
|
|
<if test="attr2 != null">#{attr2},</if>
|
|
|
|