|
...
|
...
|
@@ -643,9 +643,6 @@ class BTemplateLogic extends BaseLogic |
|
|
|
* @time :2023/8/23 11:16
|
|
|
|
*/
|
|
|
|
public function setOperationRecords($html,$source,$source_id,$template_id,$is_custom = 0,$is_list = 0,$type = 0){
|
|
|
|
if($is_custom != BTemplate::IS_NO_CUSTOM){
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
$main_html = characterTruncationStr($html,"<main","</main>");
|
|
|
|
$data = [
|
|
|
|
'template_id'=>$template_id,
|
...
|
...
|
|