xiaoyong931011
2021-09-24 f03671560a938b7560d37aae8dbbd9f04ed33bde
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -96,6 +96,9 @@
            <if test="record.status != 4 and record.status != 0">
                and a.status = #{record.status}
            </if>
            <if test="record.memberId != null">
                and a.member_id=#{record.memberId}
            </if>
        </where>
        order by a.created_time desc
    </select>