xiaoyong931011
2022-12-22 39c95371f933e0296019ffa22752a5310999bff2
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