|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
thirdSysFk, status, statusInfo, `type`, sourceType,
|
|
|
|
|
printStatus, unitIdFk, customerId, thirdOrderFk, orderIdFk,
|
|
|
|
|
totalPrice, locStorageCode, supplementNo, createUser, reviewUser, entrustEnd, auditTime,
|
|
|
|
|
updateTime, invWarehouseCode, fromSubInvCode, dept, uploadStatus)
|
|
|
|
|
updateTime, invWarehouseCode, fromSubInvCode, dept)
|
|
|
|
|
values (#{id},
|
|
|
|
|
#{billNo},
|
|
|
|
|
#{billdate},
|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
#{sourceType},
|
|
|
|
|
#{printStatus}, #{unitIdFk}, #{customerId}, #{thirdOrderFk}, #{orderIdFk}, #{totalPrice},
|
|
|
|
|
#{locStorageCode}, #{supplementNo}, #{createUser}, #{reviewUser}, #{entrustEnd}, #{auditTime},
|
|
|
|
|
#{updateTime}, #{invWarehouseCode}, #{fromSubInvCode}, #{dept}, #{uploadStatus})
|
|
|
|
|
#{updateTime}, #{invWarehouseCode}, #{fromSubInvCode}, #{dept})
|
|
|
|
|
</insert>
|
|
|
|
|
<update id="updateById" parameterType="com.glxp.api.admin.entity.business.StockOrderEntity">
|
|
|
|
|
UPDATE stock_order
|
|
|
|
@ -77,7 +77,6 @@
|
|
|
|
|
<if test="invWarehouseCode != null">invWarehouseCode=#{invWarehouseCode},</if>
|
|
|
|
|
<if test="fromSubInvCode != null">fromSubInvCode=#{fromSubInvCode},</if>
|
|
|
|
|
<if test="dept != null">dept=#{dept},</if>
|
|
|
|
|
<if test="uploadStatus != null">uploadStatus=#{uploadStatus},</if>
|
|
|
|
|
</trim>
|
|
|
|
|
WHERE id = #{id}
|
|
|
|
|
</update>
|
|
|
|
|