This commit is contained in:
meimei
2025-04-15 13:47:00 +08:00
parent 5073ffccba
commit c329d60062
3 changed files with 7 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ class Mattertemplatecategorizedcontent extends Backend
$inputInfo['mattertemplatecategorization_id'] = $params['mattertemplatecategorization_id'];
$inputInfo['create_time'] = $params['create_time'];
$inputInfo['update_time'] = $params['update_time'];
if (($key+1)%5==0){
if (($key+1)%4==0){
$dataList[] = $inputInfo;
$inputInfo = [];
}
@@ -142,7 +142,7 @@ class Mattertemplatecategorizedcontent extends Backend
$inputInfo['mattertemplatecategorization_id'] = $params['mattertemplatecategorization_id'];
$inputInfo['create_time'] = $params['create_time'];
$inputInfo['update_time'] = date('Y-m-d H:i:s');
if (($key+1)%6==0){
if (($key+1)%5==0){
$dataList[] = $inputInfo;
$inputInfo = [];
}