moonsflyer 3 月之前
父節點
當前提交
36285ef665
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/common/logic/PayNotifyLogic.php

+ 2 - 2
app/common/logic/PayNotifyLogic.php

@@ -216,8 +216,8 @@ class PayNotifyLogic extends BaseLogic
         } catch (\Throwable $e) {
             Log::write($e->__toString(), 'FootprintError');
         }
-//        //更新用户等级
-//        UserLogic::updateLevel($order['user_id']);
+        //更新用户等级
+        UserLogic::updateLevel($order['user_id']);
 //
 //        // 自动小票打印
 //        self::orderPrint($order['id']);