src/main/resources/mapper/video/VideoMasterInfoMapper.xml
@@ -14,6 +14,12 @@ <if test="record.title != null and record.title != ''"> and a.title like concat('%', #{record.title}, '%') </if> <if test="record.isUp != null"> and a.is_up = #{record.isUp} </if> <if test="record.isFree != null"> and a.is_free = #{record.isFree} </if> group by a.id </select>