ruoyi-system/src/main/resources/mapper/system/TOrderStockGoodsMapper.xml
@@ -12,11 +12,12 @@ <result column="salePrice" property="salePrice" /> <result column="goodsPicture" property="goodsPicture" /> <result column="stockCount" property="stockCount" /> <result column="thisSalePrice" property="thisSalePrice" /> </resultMap> <!-- 通用查询结果列 --> <sql id="Base_Column_List"> id, orderId, goodsNum, goodsName, costPrice, salePrice, goodsPicture, stockCount id, orderId, goodsNum, goodsName, costPrice, salePrice, goodsPicture, stockCount,thisSalePrice </sql> </mapper>