no message
This commit is contained in:
parent
3f25ce420d
commit
79da0b8bb5
@ -66,7 +66,7 @@ final class ArticleSchema
|
|||||||
$aCmd["key"] = $sCmdKey;
|
$aCmd["key"] = $sCmdKey;
|
||||||
$aCmd["article_code"] = $oArticleSchema->code;
|
$aCmd["article_code"] = $oArticleSchema->code;
|
||||||
$aCmd["group_code"] = $oArticleSchema->group_code;
|
$aCmd["group_code"] = $oArticleSchema->group_code;
|
||||||
$aCmd["article_opt"] = json_decode($oArticleSchema->opt);
|
$aCmd["article_opt"] = json_decode($oArticleSchema->opt ?? '', true) ?? [];
|
||||||
|
|
||||||
|
|
||||||
// 附加config
|
// 附加config
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user