xiaoyong931011
2023-07-21 d5c0d74f06a70a946f9c34c0ea922bf3b9b4dafe
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -412,6 +412,7 @@
        select
        a.*,
        b.goods_name,
        b.sku_name,
        b.cnt,
        b.price,
        b.amount
@@ -427,6 +428,7 @@
        SUM(cnt) goodsCnt
    from mall_order_item
    <where>
    1=1
        <if test="record.orderIdsStr != null">
            and order_id in
                <foreach collection="record.orderIdsStr" item="id" index="index" open="(" close=")" separator=",">