|
|
@ -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"> |
|
|
|