Browse Source

add 查询6.1活动费用信息

周箭河 4 years ago
parent
commit
8af9356487
1 changed files with 0 additions and 3 deletions
  1. 0 3
      mec-biz/src/main/resources/config/mybatis/MusicGroupMapper.xml

+ 0 - 3
mec-biz/src/main/resources/config/mybatis/MusicGroupMapper.xml

@@ -742,9 +742,6 @@
         </foreach>
         </foreach>
         AND mg.educational_teacher_id_ IS NOT NULL
         AND mg.educational_teacher_id_ IS NOT NULL
     </select>
     </select>
-    <select id="findByCooperationId" resultMap="MusicGroup">
-        SELECT * FROM music_group WHERE cooperation_organ_id_ = #{cooperationOrganId}
-    </select>
     <select id="findByCooperationIdAndStatus" resultMap="MusicGroup">
     <select id="findByCooperationIdAndStatus" resultMap="MusicGroup">
         SELECT * FROM music_group WHERE cooperation_organ_id_ = #{cooperationOrganId} AND status_ IN ('PROGRESS','PAUSE','PREPARE')
         SELECT * FROM music_group WHERE cooperation_organ_id_ = #{cooperationOrganId} AND status_ IN ('PROGRESS','PAUSE','PREPARE')
     </select>
     </select>