Browse Source

mybatis bug

master
常熟吴彦祖 3 months ago
parent
commit
61f67b5e02
  1. 2
      src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml

2
src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml

@ -808,7 +808,7 @@
WHERE station_code = #{stationCode}
</update>
<update id="updateWTTToLocationForId">
update wms_order_task set to_location=#{toLocation} where site=#{site} and task_no=#{taskNo}
update wms_transport_task set to_location=#{toLocation} where site=#{site} and task_no=#{taskNo}
</update>
<!-- 获取AGV站点状态 - AI制作 -->

Loading…
Cancel
Save