liusheng
2024-07-06 4bd9498d45b4d9f4bc948c04ec8efc9bb02d937e
smartor/src/main/resources/mapper/smartor/SvyLibScriptMapper.xml
@@ -95,6 +95,7 @@
            <if test="score != null  and score != ''">and score = #{score}</if>
            <if test="topic != null  and topic != ''">and topic = #{topic}</if>
        </where>
        order by id desc
    </select>
    <select id="selectSvyLibScriptByScriptid" parameterType="Long" resultMap="SvyLibScriptResult">