Explorar o código

'加卓调整'

zhuchengjie %!s(int64=3) %!d(string=hai) anos
pai
achega
408c70821c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      app/Modules/User/Services/UserService.php

+ 6 - 0
app/Modules/User/Services/UserService.php

@@ -65,6 +65,12 @@ class UserService
             }
         }
 
+        if($status == 0){
+            QappUserAddDestop::create([
+                'uid' => $uid,
+                'status' => $status,
+            ]);
+        }
         // 加桌统计
         if (!$log && $status === 1) {
             QappAddDeskTopService::incrAddDeskTop($uid, QuickConst::FIELD_ADD_DESKTOP);