Joburgess 4 anos atrás
pai
commit
921407a91f

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

@@ -109,7 +109,7 @@
                 </if>
             </if>
             <if test="organId != null and organId != ''">
-                FIND_IN_SET(mg.organ_id_,#{organId})
+                AND FIND_IN_SET(mg.organ_id_,#{organId})
             </if>
         </where>
     </sql>