退货修改运到和订单;
This commit is contained in:
+9
@@ -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>
|
||||
Reference in New Issue
Block a user