no message

This commit is contained in:
hellcat 2026-04-06 18:27:24 +08:00
parent ba3663495d
commit a510c00f58

View File

@ -45,7 +45,7 @@ final class UserController extends BaseController
}
$oAnn = Ann::where("sort", ">=", 1)->orderBy('date', 'desc')->first();
$oAnnLast = Ann::orderBy('date', 'desc')->first();
$oAnnLast = Ann::where("sort", 0)->orderBy('date', 'desc')->first();
// $oHuodong = Huodong::DateHit();