zhuchengjie 2 роки тому
батько
коміт
633d33162b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/Console/Commands/FixPushUserChannel.php

+ 1 - 1
app/Console/Commands/FixPushUserChannel.php

@@ -61,7 +61,7 @@ class FixPushUserChannel extends Command
                         DB::table('qapp_push_user')->where('id',$item->id)->update([
                             'app_id' => $item->appId,
                             'channel_id' => $item->distribution_channel_id,
-                            'update_at' => date('Y-m-d H:i:s')
+                            'updated_at' => date('Y-m-d H:i:s')
                         ]);
                         $i++;
                     }