Explorar o código

fix:直播课不应查看到陪练课

liujunchi %!s(int64=3) %!d(string=hai) anos
pai
achega
0bc92d63b9

+ 3 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/CourseGroupMapper.xml

@@ -85,6 +85,9 @@
                 or b.name_ like concat('%',#{param.search},'%')
                 )
             </if>
+            <if test="param.type != null and param.type != ''">
+                and b.type_ = #{param.type}
+            </if>
         </where>
     </select>