1
zj
2024-06-03 81103f613f9f1487952605f1930e453a7bded8de
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>