zouxuan 5 년 전
부모
커밋
0c7890b363
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mec-biz/src/main/resources/config/mybatis/MusicGroupStudentFeeMapper.xml

+ 1 - 0
mec-biz/src/main/resources/config/mybatis/MusicGroupStudentFeeMapper.xml

@@ -144,6 +144,7 @@
                 AND mgsf.subject_id_ = #{subjectId}
             </if>
         </where>
+        GROUP BY mgsf.id_
         ORDER BY mgsf.update_time_ DESC
         <include refid="global.limit"/>
     </select>