作者 lyh

gx

@@ -527,6 +527,7 @@ class BTemplateLogic extends BaseLogic @@ -527,6 +527,7 @@ class BTemplateLogic extends BaseLogic
527 $templateComModel->add($param); 527 $templateComModel->add($param);
528 }else{ 528 }else{
529 $templateComModel->edit($param,$condition); 529 $templateComModel->edit($param,$condition);
  530 + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($condition, true) . PHP_EOL, FILE_APPEND);
530 } 531 }
531 } 532 }
532 return $this->success(); 533 return $this->success();