fix
Helius
2021-12-22 822b60fd6a7d73708b908123e6d5b976fb38264a
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>