xuhy
2024-10-31 cb381536d1a18156078591f06558fe20872565c4
ruoyi-system/src/main/resources/mapper/system/TOrderStockMapper.xml
@@ -51,7 +51,6 @@
    </select>
    <select id="getDataGeneratorStockDetail" resultType="java.util.Map">
        SELECT
        IFNULL(SUM(tos.stockTotalPrice),0) AS stockAmountSum,
        IFNULL(SUM(tosg.stockCount),0) AS totalStock
        from t_order_stock tos
        left join t_order_stock_goods tosg on tos.id = tosg.orderId