cs hace 2 años
padre
commit
1b9d7511c6

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ProjectMapper.xml

@@ -1571,7 +1571,7 @@
                 </if>
             </otherwise>
         </choose>
-        GROUP BY b.id, a.dept_id, a.degree_id
+        GROUP BY a.project_id,a.creator_id,a.degree_id
         ORDER BY b.id ASC, a.dept_id ASC
     </select>
 </mapper>