河北望美项目/MES_11/src/main/java/com/northglass/repository/PatternTaskDao.java
@@ -35,7 +35,7 @@ public List<PatternTask> findbygroups2(Long groups,Long id); @Query("select t from PatternTask t where t.groups=?1") @Query("select t from PatternTask t where t.groups=?1 order by t.rawFile.createTime desc,t.rank") public List<PatternTask> findIdGroup(Long groups); @Query("select t from PatternTask t where t.groups=?1 group by t.rawWidth,t.rawHeight,t.rawThickness,t.color")