From e9ee752fbc493da54bf630411b418bb8db83b368 Mon Sep 17 00:00:00 2001 From: wanghousheng Date: Thu, 18 Jul 2024 20:37:33 +0800 Subject: [PATCH] 1 --- app/common/enum/OrderType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/enum/OrderType.php b/app/common/enum/OrderType.php index bfc05369..45bfdbbf 100644 --- a/app/common/enum/OrderType.php +++ b/app/common/enum/OrderType.php @@ -34,7 +34,7 @@ class OrderType extends EnumBasics // 回收订单 const RECOVERY = 50; - // 回收订单 + // 采购商 const WHOLESALER = 60; // 余额充值订单