|
|
|
@ -68,7 +68,7 @@
|
|
|
|
|
receiveStatus, erpFk, stockCheckFk, thirdBillNo, supId,
|
|
|
|
|
exportFilePath, locStorageCode, supplementNo, ullageSupNo, createUser, reviewUser,
|
|
|
|
|
outChangeEnable, originUllageSupNo, preCheck, updateTime, replicateNo, invWarehouseCode,
|
|
|
|
|
fromSubInvCode, createTime, originFromType, invStorageCode, deptCode, printRemark, codeFillCheck,preInBillNo,preOutBillNo)
|
|
|
|
|
fromSubInvCode,subInvCode, createTime, originFromType, invStorageCode, deptCode, printRemark, codeFillCheck,preInBillNo,preOutBillNo)
|
|
|
|
|
values (
|
|
|
|
|
#{id},
|
|
|
|
|
#{action},
|
|
|
|
@ -102,6 +102,7 @@
|
|
|
|
|
#{replicateNo},
|
|
|
|
|
#{invWarehouseCode},
|
|
|
|
|
#{fromSubInvCode},
|
|
|
|
|
#{subInvCode},
|
|
|
|
|
#{createTime},
|
|
|
|
|
#{originFromType},
|
|
|
|
|
#{invStorageCode},
|
|
|
|
@ -150,6 +151,7 @@
|
|
|
|
|
<if test="auditTime != null">auditTime=#{auditTime},</if>
|
|
|
|
|
<if test="replicateNo != null and replicateNo != ''">replicateNo=#{replicateNo},</if>
|
|
|
|
|
<if test="fromSubInvCode != null and fromSubInvCode != ''">fromSubInvCode=#{fromSubInvCode},</if>
|
|
|
|
|
<if test="subInvCode != null and subInvCode != ''">subInvCode=#{subInvCode},</if>
|
|
|
|
|
<if test="createTime != null and createTime != ''">createTime=#{createTime},</if>
|
|
|
|
|
<if test="originFromType != null and originFromType != ''">originFromType=#{originFromType},</if>
|
|
|
|
|
<if test="deptCode != null and deptCode != ''">deptCode=#{deptCode},</if>
|
|
|
|
|