1
zj
2024-06-05 09ab9394bd3614f373082754300c6ef39d60c1e9
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>