|
|
|
@ -126,6 +126,7 @@
|
|
|
|
|
<if test="produceDate != null">`produceDate`=#{produceDate},</if>
|
|
|
|
|
<if test="expireDate != null">`expireDate`=#{expireDate},</if>
|
|
|
|
|
<if test="batchNo != null">`batchNo`=#{batchNo},</if>
|
|
|
|
|
<if test="serialNo != null">`serialNo`=#{serialNo},</if>
|
|
|
|
|
<if test="supId != null">`supId`=#{supId},</if>
|
|
|
|
|
<if test="relId != null">`relId`=#{relId},</if>
|
|
|
|
|
</set>
|
|
|
|
@ -144,6 +145,7 @@
|
|
|
|
|
<if test="produceDate != null">`produceDate`=#{produceDate},</if>
|
|
|
|
|
<if test="expireDate != null">`expireDate`=#{expireDate},</if>
|
|
|
|
|
<if test="batchNo != null">`batchNo`=#{batchNo},</if>
|
|
|
|
|
<if test="serialNo != null">`serialNo`=#{serialNo},</if>
|
|
|
|
|
<if test="relId != null">`relId`=#{relId},</if>
|
|
|
|
|
</set>
|
|
|
|
|
WHERE id=#{id}
|
|
|
|
@ -159,6 +161,7 @@
|
|
|
|
|
<if test="fromCorp != null">`fromCorp`=#{fromCorp},</if>
|
|
|
|
|
<if test="locStorageCode != null">`locStorageCode`=#{locStorageCode},</if>
|
|
|
|
|
<if test="supId != null">`supId`=#{supId},</if>
|
|
|
|
|
<if test="serialNo != null">`serialNo`=#{serialNo},</if>
|
|
|
|
|
<if test="relId != null">`relId`=#{relId},</if>
|
|
|
|
|
</set>
|
|
|
|
|
WHERE orderId=#{orderId}
|
|
|
|
|