Browse Source

mybatis bug

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

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

@ -807,6 +807,9 @@
status = #{status} status = #{status}
WHERE station_code = #{stationCode} WHERE station_code = #{stationCode}
</update> </update>
<update id="updateWTTToLocationForId">
update wms_order_task set to_location=#{toLocation} where site=#{site} and task_no=#{taskNo}
</update>
<!-- 获取AGV站点状态 - AI制作 --> <!-- 获取AGV站点状态 - AI制作 -->
<select id="getAgvStationStatus" resultType="Integer"> <select id="getAgvStationStatus" resultType="Integer">

Loading…
Cancel
Save