|
|
@ -652,7 +652,7 @@ |
|
|
ON wtt.to_location = ast.station_code |
|
|
ON wtt.to_location = ast.station_code |
|
|
WHERE wtt.site = #{site} |
|
|
WHERE wtt.site = #{site} |
|
|
AND ast.area_type = #{areaType} |
|
|
AND ast.area_type = #{areaType} |
|
|
AND wtt.status != '已完成' |
|
|
|
|
|
|
|
|
AND wtt.status != '已完成' AND wtt.status != '已取消' |
|
|
AND wot.source_type = '立库取货' |
|
|
AND wot.source_type = '立库取货' |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|