@ -14,8 +14,8 @@ public class ReturnToWarehouseDto {
private String startStationCode;
//终点id
private Long endWcId ;
//区域
private String stationRegion ;
//结束区域
//结束站吗
private String endStationCode ;
}
@ -10,7 +10,7 @@
FROM LM_TASK
WHERE IS_DELETED = 0
AND BOX_BARCODE = #{boxBarcode}
AND TASK_STATUS NOT IN (2,4,5);
AND TASK_STATUS NOT IN (2,4,5)
</select>
<select id="selectPage" resultType="org.springblade.desk.logistics.pojo.vo.TaskVO">