src/main/resources/mapper/collaborativeApproval/SealApplicationManagementMapper.xml
@@ -6,7 +6,7 @@ <select id="listPage" resultType="com.ruoyi.collaborativeApproval.dto.SealApplicationManagementDTO"> SELECT sam.*, su.user_name AS create_user_name, su.nick_name AS create_user_name, GROUP_CONCAT(DISTINCT d.dept_name ORDER BY d.dept_id SEPARATOR ',') AS department, @@ -37,5 +37,6 @@ </if> </where> GROUP BY sam.id order by sam.id desc </select> </mapper>