peter
2025-12-30 0c74d36f29e8279d9061d57466b3f488a4e1b89f
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>