zyy
2025-06-24 2a1216a7372538f92a79c73180d618381f7c9bb1
src/main/resources/mapper/StockDzMapper.xml
@@ -42,4 +42,8 @@
        </where>
        ORDER BY id ASC
    </select>
    <select id="getPrice" parameterType="string" resultType="decimal">
        select price from stock_setting where stock_code=#{stockCode}
    </select>
</mapper>