退货修改运到和订单;

This commit is contained in:
王奎兴
2026-05-29 23:40:25 +08:00
parent df1d16a7ab
commit aef39a9555
5 changed files with 23 additions and 6 deletions
@@ -534,4 +534,13 @@
<result property="inboundQuantity" column="inbound_quantity"/>
</resultMap>
<update id="updateByOrderId" parameterType="java.lang.String">
update "NGWL_TEST_WLHY".tms_order set ORDER_STATUS = 9 where ID = #{orderId}
</update>
<update id="updateByTransportationNumber" parameterType="java.lang.String">
update "NGWL_TEST_WLHY".TMS_TRANSPORT_NOTE set WAYBILL_STATUS =11 where TRANSPORTATION_NUMBER = #{transportationNumber}
</update>
</mapper>