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>