|
|
@ -200,7 +200,7 @@ |
|
|
|
<select id="findAllAbnormalTrayList" resultType="Long"> |
|
|
|
<select id="findAllAbnormalTrayList" resultType="Long"> |
|
|
|
select tray_id |
|
|
|
select tray_id |
|
|
|
from repair_tray_updown_data |
|
|
|
from repair_tray_updown_data |
|
|
|
and deal_status = 0 |
|
|
|
where deal_status = 0 |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="findOldTrayId" resultType="int"> |
|
|
|
<select id="findOldTrayId" resultType="int"> |
|
|
@ -230,7 +230,7 @@ |
|
|
|
</delete> |
|
|
|
</delete> |
|
|
|
|
|
|
|
|
|
|
|
<update id="updateUpdownTypeIsDeleted"> |
|
|
|
<update id="updateUpdownTypeIsDeleted"> |
|
|
|
update from logpm_warehouse_updown_type |
|
|
|
update logpm_warehouse_updown_type |
|
|
|
set is_deleted = 1 |
|
|
|
set is_deleted = 1 |
|
|
|
where allocation_id = #{oldAllocationId} |
|
|
|
where allocation_id = #{oldAllocationId} |
|
|
|
and is_deleted = 0 |
|
|
|
and is_deleted = 0 |
|
|
|