zhuchengjie 3 years ago
parent
commit
52ab601a14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Modules/User/Services/UserService.php

+ 1 - 1
app/Modules/User/Services/UserService.php

@@ -56,7 +56,7 @@ class UserService
 
     public static function qappAddDesktop(int $uid, int $status)
     {
-        //myLog('incrAddDeskTop')->info('qappAddDesktop', compact('uid', 'status'));
+        myLog('incrAddDeskTop')->info('qappAddDesktop', compact('uid', 'status'));
         $log = QappUserAddDestop::where('uid', $uid)->orderBy('id', 'desc')->first();
         if ((!$log && $status == 1) || ($log && $log->status != $status)) {
             if ($status == 1) {