严智鑫
2025-08-18 3b65a5dc04be7cdac460c84ebaa38bf009405128
河北望美项目/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")