xiaoyong931011
2023-04-14 f7979b2b8aa96d26dfe6e7e6ba3838f54ec2ef73
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=",">