Browse Source

Merge branch 'vip_price_827'

yonge 4 years ago
parent
commit
173de076bc

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

@@ -137,7 +137,7 @@
                 AND mg.educational_teacher_id_ = #{educationUserId}
                 AND mg.educational_teacher_id_ = #{educationUserId}
             </if>
             </if>
             <if test="currentApproveRole != null">
             <if test="currentApproveRole != null">
-                AND mg.current_approve_role_ = #{currentApproveRole}
+                AND mgq.current_approve_role_ = #{currentApproveRole}
             </if>
             </if>
             <if test="status != null">
             <if test="status != null">
                 AND mgq.status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
                 AND mgq.status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}