no message

This commit is contained in:
hellcat 2025-10-17 15:49:39 +08:00
parent 2784003494
commit e9dced2ca8

View File

@ -214,7 +214,7 @@ final class UserController extends BaseController
$this->user->ann_last_time = time();
$this->user->save();
$anns = (new Ann())->orderBy('date', 'desc')->get();
$anns = (new Ann())->where("status", 1)->orderBy('date', 'desc')->get();
// cmd端需要做验证不然传错就bug了
$aMapIcon = [