zhuchengjie преди 3 години
родител
ревизия
52ab601a14
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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) {