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) {