md
This commit is contained in:
parent
74d0e71042
commit
94fac35be4
@ -539,7 +539,7 @@ public class EmisWaybillController extends EmisBaseController
|
||||
emisWaybill.setBillCode(WaybillHelper.formatQueryValue(emisWaybill.getBillCode()));
|
||||
String[] billCodeSortList = emisWaybill.getBillCode().split(",");
|
||||
if(billCodeSortList.length>1){
|
||||
queryEmisWaybill.getParams().put("billCodeSortList",Arrays.asList(billCodeSortList));
|
||||
emisWaybill.getParams().put("billCodeSortList",Arrays.asList(billCodeSortList));
|
||||
}
|
||||
list = emisWaybillService.selectOrderList(emisWaybill);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user