wms包材收货修改---一个物料一个物料登记,记录登记数量修改2

master
mengjiao 8 months ago
parent 83c8ea6e34
commit caa7ae0d98

@ -221,7 +221,7 @@
update ods_procure_order update ods_procure_order
SET Operation_Number = COALESCE(Operation_Number, 0) + #{czNumber}, SET Operation_Number = COALESCE(Operation_Number, 0) + #{czNumber},
Last_Update_By = #{lastUpdateBy}, Last_Update_By = #{lastUpdateBy},
Last_Update_Date = now() Last_Update_Date = getdate()
where ID = #{ID} where ID = #{ID}
</update> </update>
</mapper> </mapper>

Loading…
Cancel
Save