xuhy
5 天以前 13a3236249d21e1ed1a0f1e8ae20a29d6bf3913a
ruoyi-system/src/main/resources/mapper/system/TOrderSaleGoodsMapper.xml
@@ -28,7 +28,7 @@
         </foreach>
    </delete>
    <select id="costTotal" resultType="java.math.BigDecimal">
        select sum(goodsCostPrice) from t_order_sale_goods
        select sum(goodsCostPrice*goodsCount) from t_order_sale_goods
        <where>
            <if test="ids != null and ids.size()>0">
                AND orderId IN