123
This commit is contained in:
1
code/.gitignore
vendored
1
code/.gitignore
vendored
@@ -9,4 +9,3 @@ Thumbs.db
|
|||||||
/.settings
|
/.settings
|
||||||
/.buildpath
|
/.buildpath
|
||||||
/.project
|
/.project
|
||||||
composer.lock
|
|
||||||
@@ -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
3114
code/composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user