xuhy
2024-09-07 97cf3094ce37ee629ca6b948a9317a7ed1796c18
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>