|
@@ -715,7 +715,7 @@ public class NoCarServiceImpl implements NoCarService {
|
|
|
responseRespR = responseRespRrec;
|
|
|
responseRespR.getData().setWaybillNum(noCarWayBill.getBillNum());
|
|
|
}else{
|
|
|
- if(responseRespR.getData().getWaybillStatus()<responseRespRrec.getData().getWaybillStatus()){
|
|
|
+ if(responseRespR.getData().getWaybillStatus()>responseRespRrec.getData().getWaybillStatus()){
|
|
|
responseRespR.getData().setWaybillStatus(responseRespRrec.getData().getWaybillStatus());
|
|
|
}
|
|
|
responseRespR.getData().getResult().addAll(responseRespRrec.getData().getResult());
|