|
|
@ -148,6 +148,81 @@
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
where id=#{id}
|
|
|
|
where id=#{id}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="insertWmsRuturnPutEmbryo">
|
|
|
|
|
|
|
|
insert into wms_ruturn_put_embryo
|
|
|
|
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
|
|
|
|
<if test="id != null">id,</if>
|
|
|
|
|
|
|
|
<if test="factoryCode != null">factory_code,</if>
|
|
|
|
|
|
|
|
<if test="productOrder != null">product_order,</if>
|
|
|
|
|
|
|
|
<if test="whCode != null">wh_code,</if>
|
|
|
|
|
|
|
|
<if test="waCode != null">wa_code,</if>
|
|
|
|
|
|
|
|
<if test="wlCode != null">wl_code,</if>
|
|
|
|
|
|
|
|
<if test="productName != null">product_name,</if>
|
|
|
|
|
|
|
|
<if test="productCode != null">product_code,</if>
|
|
|
|
|
|
|
|
<if test="productSort != null">product_sort,</if>
|
|
|
|
|
|
|
|
<if test="speciFication != null">specification,</if>
|
|
|
|
|
|
|
|
<if test="unitOfMeasure != null">unit_of_measure,</if>
|
|
|
|
|
|
|
|
<if test="planQuantity != null">plan_quantity,</if>
|
|
|
|
|
|
|
|
<if test="putQuantity != null">put_quantity,</if>
|
|
|
|
|
|
|
|
<if test="status != null">status,</if>
|
|
|
|
|
|
|
|
<if test="sapStatus != null">SAP_status,</if>
|
|
|
|
|
|
|
|
<if test="sapProof != null">SAP_proof,</if>
|
|
|
|
|
|
|
|
<if test="sapMessage != null">SAP_message,</if>
|
|
|
|
|
|
|
|
<if test="putDate != null">put_date,</if>
|
|
|
|
|
|
|
|
<if test="attr1 != null">attr1,</if>
|
|
|
|
|
|
|
|
<if test="attr2 != null">attr2,</if>
|
|
|
|
|
|
|
|
<if test="attr3 != null">attr3,</if>
|
|
|
|
|
|
|
|
<if test="attr4 != null">attr4,</if>
|
|
|
|
|
|
|
|
<if test="attr5 != null">attr5,</if>
|
|
|
|
|
|
|
|
<if test="attr6 != null">attr6,</if>
|
|
|
|
|
|
|
|
<if test="attr7 != null">attr7,</if>
|
|
|
|
|
|
|
|
<if test="attr8 != null">attr8,</if>
|
|
|
|
|
|
|
|
<if test="attr9 != null">attr9,</if>
|
|
|
|
|
|
|
|
<if test="attr10 != null">attr10,</if>
|
|
|
|
|
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
|
|
|
|
|
<if test="createTime != null">create_time,</if>
|
|
|
|
|
|
|
|
<if test="updateBy != null">update_by,</if>
|
|
|
|
|
|
|
|
<if test="updateTime != null">update_time,</if>
|
|
|
|
|
|
|
|
<if test="activeFlag != null">active_flag,</if>
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
|
|
|
|
<trim prefix="VALUES (" suffix=")" suffixOverrides=",">
|
|
|
|
|
|
|
|
<if test="id != null">#{id},</if>
|
|
|
|
|
|
|
|
<if test="factoryCode != null">#{factoryCode},</if>
|
|
|
|
|
|
|
|
<if test="productOrder != null">#{productOrder},</if>
|
|
|
|
|
|
|
|
<if test="whCode != null">#{whCode},</if>
|
|
|
|
|
|
|
|
<if test="waCode != null">#{waCode},</if>
|
|
|
|
|
|
|
|
<if test="wlCode != null">#{wlCode},</if>
|
|
|
|
|
|
|
|
<if test="productName != null">#{productName},</if>
|
|
|
|
|
|
|
|
<if test="productCode != null">#{productCode},</if>
|
|
|
|
|
|
|
|
<if test="productSort != null">#{productSort},</if>
|
|
|
|
|
|
|
|
<if test="speciFication != null">#{speciFication},</if>
|
|
|
|
|
|
|
|
<if test="unitOfMeasure != null">#{unitOfMeasure},</if>
|
|
|
|
|
|
|
|
<if test="planQuantity != null">#{planQuantity},</if>
|
|
|
|
|
|
|
|
<if test="putQuantity != null">#{putQuantity},</if>
|
|
|
|
|
|
|
|
<if test="status != null">#{status},</if>
|
|
|
|
|
|
|
|
<if test="sapStatus != null">#{sapStatus},</if>
|
|
|
|
|
|
|
|
<if test="sapProof != null">#{sapProof},</if>
|
|
|
|
|
|
|
|
<if test="sapMessage != null">#{sapMessage},</if>
|
|
|
|
|
|
|
|
<if test="putDate != null">#{putDate},</if>
|
|
|
|
|
|
|
|
<if test="attr1 != null">#{attr1},</if>
|
|
|
|
|
|
|
|
<if test="attr2 != null">#{attr2},</if>
|
|
|
|
|
|
|
|
<if test="attr3 != null">#{attr3},</if>
|
|
|
|
|
|
|
|
<if test="attr4 != null">#{attr4},</if>
|
|
|
|
|
|
|
|
<if test="attr5 != null">#{attr5},</if>
|
|
|
|
|
|
|
|
<if test="attr6 != null">#{attr6},</if>
|
|
|
|
|
|
|
|
<if test="attr7 != null">#{attr7},</if>
|
|
|
|
|
|
|
|
<if test="attr8 != null">#{attr8},</if>
|
|
|
|
|
|
|
|
<if test="attr9 != null">#{attr9},</if>
|
|
|
|
|
|
|
|
<if test="attr10 != null">#{attr10},</if>
|
|
|
|
|
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
|
|
|
|
|
|
<if test="createTime != null">#{createTime},</if>
|
|
|
|
|
|
|
|
<if test="updateBy != null">#{updateBy},</if>
|
|
|
|
|
|
|
|
<if test="updateTime != null">#{updateTime},</if>
|
|
|
|
|
|
|
|
<if test="activeFlag != null">#{activeFlag},</if>
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="insertWmsRuturnPutEmbryoMapperRecords">
|
|
|
|
<insert id="insertWmsRuturnPutEmbryoMapperRecords">
|
|
|
|
insert into wms_ruturn_put_embryo_record
|
|
|
|
insert into wms_ruturn_put_embryo_record
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|