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++;
                     }