This commit is contained in:
linfso 2024-08-04 17:24:17 +08:00
parent d67fc374eb
commit 9e306ae08b

View File

@ -244,7 +244,7 @@ public class EmisTmsScanRecordController extends EmisBaseController
// 设置通用权限查询参数
setPrivParams(emisTmsScanRecord);
if(!StringUtils.isEmpty(emisTmsScanRecord.getMainBillCode())){
if(!StringUtils.isEmpty(emisTmsScanRecord.getBillCode())){
emisTmsScanRecord.setBillCode(WaybillHelper.formatQueryValue(emisTmsScanRecord.getBillCode()));
String[] billCodeSortList = emisTmsScanRecord.getBillCode().split(",");
if(billCodeSortList.length>1){