作者 lyh

gx

... ... @@ -90,8 +90,7 @@ class ProductLogic extends BaseLogic
*/
public function saveKeyword($keyword){
$str = '';
if(count($keyword) != 0){
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($keyword, true) . PHP_EOL, FILE_APPEND);
if(!empty($keyword)){
$arr = [];
$keywordModel = new Keyword();
foreach ($keyword as $v){
... ...