Explorar o código

工程师确认上门流程

fang hai 1 ano
pai
achega
42e87732e1
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      app/common/enum/notice/NoticeEnum.php

+ 0 - 3
app/common/enum/notice/NoticeEnum.php

@@ -44,8 +44,6 @@ class NoticeEnum
     const ACCOUNT_PASSWORD =107;
     const WORKER_EXAMINE =108;
 
-    const USER_CONFIRM_WORK = 109;//用户确认工单状态场景
-
     /**
      * 指定用户的类型 1:工程师,2:用户
      */
@@ -138,7 +136,6 @@ class NoticeEnum
             'OTHER' => self::OTHER_CAPTCHA,
             //工程师入住
             'GCSSJHM' => self::GCSSJHM_CAPTCHA,
-            'USER_CONFIRM_WORK' => self::USER_CONFIRM_WORK,
         ];
         return $scene[$tag] ?? '';
     }