quanwei
2025-12-04 12913c1069347ea4b1f6ab87f480da0f8d8c646a
admin/app/common/enum/order/OrderTypeEnum.php
@@ -26,6 +26,8 @@
    const FRONT = 70;
    // 预售尾款订单
    const ADVANCE = 80;
    // 发布订单
    const RELEASE = 87;
    // 分会活动报名
    const BRANCHACTIVITY = 90;
    // 名片购买订单
@@ -71,6 +73,10 @@
                'name' => '预售尾款订单',
                'value' => self::ADVANCE,
            ],
            self::RELEASE => [
                'name' => '发布订单',
                'value' => self::RELEASE,
            ],
            self::BRANCHACTIVITY => [
                'name' => '分会活动报名订单',
                'value' => self::BRANCHACTIVITY,