Administrator
2025-07-30 db8566a1e50e55039fc4acd65d4f8248ba6783b4
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -453,9 +453,6 @@
            <if test="record.status == 5">
                and a.status = 7 or b.state in (2,3)
            </if>
            <if test="record.orderType != null">
                and a.order_type=#{record.orderType}
            </if>
        </where>
        order by a.created_time desc
    </select>