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">