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