hxx 2 éve
szülő
commit
37b73e4cf2

+ 1 - 1
src/main/java/com/miniframe/solverconfig/fem/FEMOrder.java

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