|
@@ -39,7 +39,7 @@ public class FEMOrder {
|
|
}else{
|
|
}else{
|
|
SysFileMapper sysFileDAO = UtilTools.getBean(SysFileMapper.class);
|
|
SysFileMapper sysFileDAO = UtilTools.getBean(SysFileMapper.class);
|
|
SysFile nmlFile = sysFileDAO.selectByPrimaryKey(nmlFileId);
|
|
SysFile nmlFile = sysFileDAO.selectByPrimaryKey(nmlFileId);
|
|
- if(nmlFile!=null){
|
|
|
|
|
|
+ if(nmlFile == null){
|
|
throw new BusinessException("EB4000001");
|
|
throw new BusinessException("EB4000001");
|
|
}
|
|
}
|
|
nmlFilePath = XIFileUtils.getRootPathStr()+"/"+nmlFile.getFilepath();
|
|
nmlFilePath = XIFileUtils.getRootPathStr()+"/"+nmlFile.getFilepath();
|