ソースを参照

去除查询项目管理列表中的group by筛选条件

user5 3 年 前
コミット
5985d503e0

+ 0 - 2
src/main/resources/mappings/modules/ruralprojectrecords/RuralProjectMessageAllDao.xml

@@ -462,8 +462,6 @@ END) as projectScale*/
 				AND ((w1.user_id = #{currentUser.id} AND w1.del_flag='0' AND a.company_id = #{currentUser.company.id})${sqlMap.dsf} )
 			</if>
 		</where>
-		GROUP BY
-		a.project_id
 		<choose>
 			<when test="page !=null and page.orderBy != null and page.orderBy != ''">
 				ORDER BY ${page.orderBy}