zhuchengjie il y a 2 ans
Parent
commit
633d33162b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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++;
                     }