This commit is contained in:
linfso 2024-09-01 23:42:01 +08:00
parent d57b0cc17f
commit 46e32175ba

View File

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