md
This commit is contained in:
parent
e72095967c
commit
40bcc80e76
@ -666,7 +666,6 @@ public class EmisWaybillController extends EmisBaseController
|
||||
// 获取未接单数据
|
||||
list = emisWaybillService.selectWaitGotOrderList(emisWaybill);
|
||||
}
|
||||
|
||||
else{
|
||||
// 如果不带查询本人开单的数据
|
||||
if(StringUtils.isEmpty(emisWaybill.getBillCode())){
|
||||
@ -678,15 +677,9 @@ public class EmisWaybillController extends EmisBaseController
|
||||
}
|
||||
|
||||
// 查询已取消的订单
|
||||
if( "2".equals(waybillStatType)){
|
||||
emisWaybill.setOrderStatus("2");
|
||||
if( "3".equals(waybillStatType)){
|
||||
list = emisWaybillService.selectEmisWaybillList(emisWaybill);
|
||||
}
|
||||
// 转单数据
|
||||
// else if( "2".equals(waybillStatType)){
|
||||
// emisWaybill.setOrderStatus("2");
|
||||
// list = emisWaybillService.selectEmisWaybillList(emisWaybill);
|
||||
// }
|
||||
else{
|
||||
list = emisWaybillService.selectEmisWaybillList(emisWaybill);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user