fanli/src/main/java/com/yeshi/fanli/mapping/goods/SuperHotSearchMapper.xml
@@ -42,7 +42,7 @@ <select id="listBySystemId" resultMap="BaseResultMap"> SELECT * FROM yeshi_ec_super_hot_search sp LEFT JOIN yeshi_ec_hot_search hc ON sp.`hotSearch_id` = hc.`id` WHERE sp.`system_id` = #{systemId} WHERE sp.`system_id` = #{systemId} <if test="useType != null"> AND hc.use_type = #{useType} </if> ORDER BY hc.`orderby` DESC </select>