This commit is contained in:
linfso 2024-11-24 10:44:32 +08:00
parent 5556eaa561
commit 3b89a12e3e

View File

@ -190,7 +190,6 @@ public class EmisWaybillTransferController extends EmisBaseController
ScanResult scanResult=emisTmsScanRecordService.scan(scanInfo,getLoginUser().getUser().getEmpCode(),getLoginUser().getUser().getOwnerSiteCode());
List<ScanResultItem> rstList=scanResult.getScanResult();
if(!CollectionUtils.isEmpty(rstList)) {
ScanResultItem item0=rstList.get(0);
if("fail".equals(item0.getResult()) ){
return AjaxResult.error(item0.getMessage());