This commit is contained in:
Default
2025-04-29 22:40:16 +08:00
parent 204231fef2
commit 852a7fdf94
3 changed files with 3115 additions and 2 deletions

1
code/.gitignore vendored
View File

@@ -9,4 +9,3 @@ Thumbs.db
/.settings /.settings
/.buildpath /.buildpath
/.project /.project
composer.lock

View File

@@ -101,7 +101,7 @@ class DomainModel extends BaseModel
*/ */
public function getFomartSubjectEx(string $strKey, string $strDomain, string $strController, string $strAction, $strDiff = '', bool $boolJoin = true): string public function getFomartSubjectEx(string $strKey, string $strDomain, string $strController, string $strAction, $strDiff = '', bool $boolJoin = true): string
{ {
$intSfgId = $this->t_cfg->{$strKey}['sfg_id']; $intSfgId = $this->t_cfg[$strKey]['sfg_id'];
$SubjectFomartModel = NULL; $SubjectFomartModel = NULL;
$arrAllSubjectFomartModel = SubjectFomartModel::getAllSubjectFomartOnCacheBySfgId($intSfgId); $arrAllSubjectFomartModel = SubjectFomartModel::getAllSubjectFomartOnCacheBySfgId($intSfgId);

3114
code/composer.lock generated Normal file

File diff suppressed because it is too large Load Diff