xiaoyong931011
2022-12-22 2abd05a4ab94edfacb73edc59866a9057be6fca8
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -168,7 +168,7 @@
                and a.status <![CDATA[<= ]]> 4
            </if>
            <if test="record.allStatus == 3">
                and a.status <![CDATA[>= ]]> 4
                and a.status <![CDATA[>= ]]> 5
            </if>
        </where>
        order by a.created_time desc