md
This commit is contained in:
parent
d67fc374eb
commit
9e306ae08b
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user