| | |
| | | @Query("select t from GalssTask t where t.workProcedure='ä¸ç' and t.workState=?1 and t.patternTask.groups=?2") |
| | | public List<GalssTask> findByCounttask(String state,Long groups); |
| | | |
| | | @Query("select t from GalssTask t where t.workProcedure='æµé' and t.workState='å¾
è¯å«' and t.patternTask.groups=?1 order by t.patternTask.id") |
| | | @Query("select t from GalssTask t where t.workProcedure='æµé' and t.workState='å¾
è¯å«' and t.patternTask.groups=?1 order by t.patternTask.id,t.engineeringId") |
| | | public List<GalssTask> findByidentify1(Long groups); |
| | | |
| | | @Query("select t from GalssTask t where t.workProcedure='æµé' and t.workState='å¾
è¯å«' and t.patternTask.groups=?1 and (((t.width<=?3 and t.width>=?2) and (t.height<=?5 and t.height>=?4)) or ((t.width<=?5 and t.width>=?4) and (t.height<=?3 and t.height>=?2))) order by t.patternTask.id") |
| | | @Query("select t from GalssTask t where t.workProcedure='æµé' and t.workState='å¾
è¯å«' and t.patternTask.groups=?1 and (((t.width<=?3 and t.width>=?2) and (t.height<=?5 and t.height>=?4)) or ((t.width<=?5 and t.width>=?4) and (t.height<=?3 and t.height>=?2))) order by t.patternTask.id,t.engineeringId") |
| | | public List<GalssTask> findByidentify2(Long groups,Double minwidth,Double maxwidth,Double minheigth,Double maxheigth); |
| | | |
| | | @Query("select t from GalssTask t where t.workProcedure='æµé' and t.workState='å¾
è¯å«' ") |
| | |
| | | @Query("select t from GalssTask t where t.workProcedure='å¤å' and t.workState='å¤å失败' and t.patternTask.groups=?1") |
| | | public List<GalssTask> findIncompound(Long groups); |
| | | |
| | | @Query("select t from GalssTask t where t.typeId=?1 and t.patternTask.groups=?2") |
| | | public List<GalssTask> findbyTypeId(Long id,Long groups); |
| | | @Query("select t from GalssTask t where t.typeId=?1 and t.processcardId=?2 and t.patternTask.groups=?3") |
| | | public List<GalssTask> findbyTypeId(Long id,String processcardId,Long groups); |
| | | |
| | | @Query("select t from GalssTask t where t.patternTask.id=?1") |
| | | public List<GalssTask> findpattern(Long id); |
| | |
| | | @Query("select t from GalssTask t where t.typeId=?1 ") |
| | | public List<GalssTask> findbyTypeId1(Long id); |
| | | |
| | | @Query("select t.dropFrame from GalssTask t where t.patternTask.groups=?1 group by dropFrame ") |
| | | @Query("select t.dropFrame from GalssTask t where t.patternTask.groups=?1 and t.patternTask.rawFile.state='å·²é¢å' group by dropFrame ") |
| | | public List<GalssTask> findDroplist(Long groups); |
| | | |
| | | @Query("select t from GalssTask t where t.dropFrame=?1 and t.patternTask.groups=?2") |
| | | @Query("select t from GalssTask t where t.dropFrame=?1 and t.patternTask.rawFile.state='å·²é¢å' and t.patternTask.groups=?2") |
| | | public List<GalssTask> findDropframeList(String dropframe,Long groups); |
| | | |
| | | @Query("select t from GalssTask t where t.slicecageRank=?1 and t.patternTask.groups=?2") |
| | |
| | | public List<GalssTask> findslicecagerank2(Long slicecageid,Long groups); |
| | | |
| | | |
| | | @Query("select count(t) from GalssTask t where t.dropFrame=?1 and t.patternTask.groups=?2") |
| | | @Query("select count(t) from GalssTask t where t.dropFrame=?1 and t.patternTask.rawFile.state='å·²é¢å' and t.patternTask.groups=?2") |
| | | public int finddropframecount(String dropframe,Long groups); |
| | | |
| | | |