|
|
|
@ -48,39 +48,6 @@
|
|
|
|
|
#{remark})
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<insert id="importThrOrderDetail" keyProperty="id"
|
|
|
|
|
parameterType="com.glxp.api.entity.thrsys.ThrOrderDetailEntity">
|
|
|
|
|
replace
|
|
|
|
|
INTO thr_order_detail
|
|
|
|
|
(id, productId, productName, spec, batchNo, expireDate, productDate, count, reCount, orderIdFk, thirdSysFk,
|
|
|
|
|
supId,
|
|
|
|
|
supName, price, corpName, ylqxzcrbarmc, zczbhhzbapzbh, manufactory, createUser, createTime, updateUser,
|
|
|
|
|
updateTime, remark)
|
|
|
|
|
values (#{id},
|
|
|
|
|
#{productId},
|
|
|
|
|
#{productName},
|
|
|
|
|
#{spec},
|
|
|
|
|
#{batchNo},
|
|
|
|
|
#{expireDate},
|
|
|
|
|
#{productDate},
|
|
|
|
|
#{count},
|
|
|
|
|
#{reCount},
|
|
|
|
|
#{orderIdFk},
|
|
|
|
|
#{thirdSysFk},
|
|
|
|
|
#{supId},
|
|
|
|
|
#{supName},
|
|
|
|
|
#{price},
|
|
|
|
|
#{corpName},
|
|
|
|
|
#{ylqxzcrbarmc},
|
|
|
|
|
#{zczbhhzbapzbh},
|
|
|
|
|
#{manufactory},
|
|
|
|
|
#{createUser},
|
|
|
|
|
#{createTime},
|
|
|
|
|
#{updateUser},
|
|
|
|
|
#{updateTime},
|
|
|
|
|
#{remark})
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<insert id="insertThrOrderDetails" keyProperty="id" parameterType="java.util.List" useGeneratedKeys="true">
|
|
|
|
|
replace INTO thr_order_detail
|
|
|
|
|
(productId, productName, spec, batchNo, expireDate, productDate, count, reCount, orderIdFk, thirdSysFk,
|
|
|
|
|