peter
2026-01-01 a66b2a41f265cc9526781e39c1d6c6d5f5d7c013
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>