|
@@ -634,7 +634,7 @@
|
|
|
ON RS.STACKING_ID = RPG.STACKING_ID
|
|
|
where wir.inbound_type = 0
|
|
|
and wir.result_deleted = 0
|
|
|
- and wir.RESULT_STATUS != 2
|
|
|
+ and wir.INBOUND_ISCOMPLETE != 2
|
|
|
order by wir.inbound_time desc
|
|
|
<where>
|
|
|
<if test="INBOUND_NUMBER != null">
|
|
@@ -760,7 +760,7 @@
|
|
|
ON RS.STACKING_ID = RPG.STACKING_ID
|
|
|
where wir.inbound_type = 0
|
|
|
and wir.result_deleted = 0
|
|
|
- and wir.RESULT_STATUS = 2
|
|
|
+ and wir.INBOUND_ISCOMPLETE = 2
|
|
|
order by wir.inbound_time desc
|
|
|
<where>
|
|
|
<if test="INBOUND_NUMBER != null">
|