|
|
|
|
@ -2,14 +2,6 @@ |
|
|
|
|
<!DOCTYPE mapper |
|
|
|
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|
|
|
|
<mapper namespace = "org.springblade.desk.logistics.mapper.TaskMapper"> |
|
|
|
|
<mapper namespace = "org.springblade.desk.logistics.mapper.TaskExecuteRecordMapper"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectByBoxBarcode" resultType="org.springblade.desk.logistics.pojo.entity.Task"> |
|
|
|
|
SELECT id, box_barcode, station_id, location_id, task_status, weight, machine_weight, status, create_user, create_time, create_dept, update_user, update_time, is_deleted, wc_id,remark |
|
|
|
|
FROM LM_TASK |
|
|
|
|
WHERE IS_DELETED = 0 |
|
|
|
|
AND BOX_BARCODE = #{boxBarcode} |
|
|
|
|
AND TASK_STATUS NOT IN (2, 9); |
|
|
|
|
</select> |
|
|
|
|
</mapper> |
|
|
|
|
|