fixed
This commit is contained in:
@@ -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 = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user