序列号修改问题

master
anthonyywj2 3 years ago
parent f5bc84f93a
commit 6c73c4aa08

@ -164,6 +164,7 @@
UPDATE io_codes
<trim prefix="set" suffixOverrides=",">
<if test="relId != null">relId=#{relId},</if>
<if test="serialNo != null">`serialNo`=#{serialNo},</if>
<if test="fromCorp != null">fromCorp=#{fromCorp},</if>
<if test="fromCorpId != null">fromCorpId=#{fromCorpId},</if>
<if test="count != null">`count`=#{count},</if>

@ -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}

Loading…
Cancel
Save