@@ -106,7 +106,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="subjectName != null and subjectName != ''">
and cs.subject_name = #{subjectName}
</if>
- GROUP BY bcg.config_id
</select>