Browse Source

ws消息推送4

master
wanghongjun 6 days ago
parent
commit
69a3e2f6e0
  1. 2
      app/Models/AdminNotice.php

2
app/Models/AdminNotice.php

@ -40,6 +40,6 @@ class AdminNotice extends Model
public function getAlarmTimeAttribute($value): string
{
return get_datetime('datetime', strtotime($value));
return date("Y-m-d H:i:s", strtotime($value));
}
}

Loading…
Cancel
Save