no message
This commit is contained in:
parent
7d43e1030e
commit
93f6045aae
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user