xiaoyong931011
2022-12-22 c16f945a56dbedbfd5778a6de7b124298588607c
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -164,6 +164,12 @@
            <if test="record.orderType != null">
                and a.order_type=#{record.orderType}
            </if>
            <if test="record.allStatus == 2">
                and a.status <![CDATA[<= ]]> 4
            </if>
            <if test="record.allStatus == 3">
                and a.status <![CDATA[>= ]]> 4
            </if>
        </where>
        order by a.created_time desc
    </select>