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