廖井涛
5 天以前 f631782d5fc99a07c59e9c5275e347a88fcc4b70
ºÓ±±ÍûÃÀÏîÄ¿/MES_11/src/main/java/com/northglass/service/identifymachine/IdentifyMachineService.java
@@ -143,7 +143,8 @@
      PreprocessingGlass preprocessingGlass=preprocessingGlassDao.findBygroup(Integer.parseInt(String.valueOf(groups)));
      List<GalssTask> glass;
      if(patternTask!=null){
          glass=galssTaskDao.findpattern1(patternTask.getId());
          /*glass=galssTaskDao.findpattern1(patternTask.getId());*/
          glass=galssTaskDao.findByidentify1(groups);
      }else if(preprocessingGlass.getStatu().equals("多数据匹配")){
         IdentifyError identifyError=identifyErrorDao.findBygroup(Integer.parseInt(String.valueOf(groups)));
         double minwidth=preprocessingGlass.getActualWidth()-identifyError.getHeigtherror();