11
zyy3
2025-08-25 d33532187f3ec248cc279d6600a77a74e6e75097
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>