Quellcode durchsuchen

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

liujunchi vor 3 Jahren
Ursprung
Commit
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>