cs 2 년 전
부모
커밋
1b9d7511c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ProjectMapper.xml

+ 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>