src/main/resources/mapper/StockIndexMapper.xml
@@ -270,6 +270,14 @@ order by id asc </select> <select id="queryListIndexType" resultMap="BaseResultMap"> SELECT <include refid="Base_Column_List"/> FROM stock_index WHERE list_show = 1 AND stock_type=#{stockType} order by id asc </select> </mapper>