no message

This commit is contained in:
hellcat 2026-07-28 20:29:48 +08:00
parent 7d43e1030e
commit 93f6045aae

View File

@ -45,7 +45,7 @@ private function findValidUrlBySubKey($sSubKey, $iNum, $oFlow)
$sAuthors = ArticleKeyAuthorMap::where("key", $sSubKey)->first()?->authors;
$aAuthors = json_decode($sAuthors, true);
$oQuery = ModelArticles::whereIn("sAuthorCode", $aAuthors)->->orderBy("id", "asc");
$oQuery = ModelArticles::whereIn("sAuthorCode", $aAuthors)->orderBy("id", "asc");
// $oQuery = ArticleKeyAuthorMap::where("key", $sSubKey)->first()?->authors;
// $oQuery = ModelArticles::where("sAuthorCode", $sAuthorCode)->orderBy("id", "asc");
// $oQuery = ModelArticles::where("aOpt", "like", $sSubKey)->orderBy("id", "asc");