xiaoyong931011
2023-07-21 6a5e18565db1a3a06b0f73254f990d1d3a8ea18e
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -428,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=",">