This commit is contained in:
linfso 2024-09-01 23:41:43 +08:00
parent 62f6ad0d8f
commit d57b0cc17f

View File

@ -663,8 +663,8 @@ public class EmisWaybillController extends EmisBaseController
list = emisWaybillService.selectEmisWaybillList(queryEmisWaybill);
}else{
String waybillStatType= MapUtils.getString(emisWaybill.getParams(),"waybillStatType","2");
if("1".equals(waybillStatType) {
String waybillStatType= MapUtils.getString(emisWaybill.getParams(),"waybillStatType","");
if( "1".equals(waybillStatType))"md{
// 获取未接单数据
list = emisWaybillService.selectWaitGotOrderList(emisWaybill);
}else{