@ -214,6 +214,6 @@
where ID=#{ID}
</update>
<update id="updateOdsRawStorageNews"> update ods_raw_storage_news set storage_amount =storage_amount- #{realityNumber},
gmt_modified = now()
gmt_modified = getdate()
where material_code=#{materialCode} AND wl_code=#{wlCode} </update>
</mapper>
@ -250,7 +250,7 @@
update wms_ods_em_storage_news
set
storage_amount = IFNULL(storage_amount, 0) - #{amount},
gmt_modified=now()
gmt_modified=getdate()
where wh_code=#{whCode} and wl_code=#{wlCode} and material_code=#{materialCode}
<select id="selectWmsOdsEmStorageNewsByWlCode" resultMap="WmsOdsEmStorageNewsResult">
@ -235,7 +235,7 @@
Order_Status = #{orderStatus},
Reality_Number=#{realityNumber},
Last_Update_Date = now()
Last_Update_Date = getdate()
where Order_Code=#{orderCode}
<select id="selectProOrderWorkorder" resultType="com.op.wms.domain.ProOrderWorkorder">