no message

main
HUOJIN\92525 2026-02-04 11:00:35 +08:00
parent 0ff3527d71
commit fb4fa5b70f
1 changed files with 1 additions and 1 deletions

View File

@ -1199,7 +1199,7 @@ public class DefaultImportFileManager extends DefaultBaseManager implements Impo
CustomsRecord fb=null; CustomsRecord fb=null;
if(fbxh!=null&&!fbxh.equals("")){ if(fbxh!=null&&!fbxh.equals("")){
List<CustomsRecord> fs=this.commonDao.findByQuery("from CustomsRecord s where s.itemNumber=:itemNumber and s.noninsuranceTpey='非保' ", List<CustomsRecord> fs=this.commonDao.findByQuery("from CustomsRecord s where s.itemNumber=:itemNumber and s.noninsuranceTpey='非保' ",
new String[]{"itemNumber"},new Object[]{Integer.parseInt(xh)}); new String[]{"itemNumber"},new Object[]{Integer.parseInt(fbxh)});
if(fs.size()<=0){ if(fs.size()<=0){
throw new BusinessException(i+1+"行非保项号"+fbxh+"不存在!"); throw new BusinessException(i+1+"行非保项号"+fbxh+"不存在!");
} }