作者 lyh

gx数据

@@ -105,7 +105,7 @@ class LyhImportTest extends Command @@ -105,7 +105,7 @@ class LyhImportTest extends Command
105 $categoryModel->edit(['route'=>$route,'pid'=>$pid],['id'=>$id]); 105 $categoryModel->edit(['route'=>$route,'pid'=>$pid],['id'=>$id]);
106 echo date('Y-m-d H:i:s') . '产品分类id:'. $id.PHP_EOL; 106 echo date('Y-m-d H:i:s') . '产品分类id:'. $id.PHP_EOL;
107 }catch (\Exception $e){ 107 }catch (\Exception $e){
108 - echo date('Y-m-d H:i:s') . '跳过的产品名称:'. $val[1]; 108 + echo date('Y-m-d H:i:s') . '跳过的名称:'. $val[1];
109 continue; 109 continue;
110 } 110 }
111 } 111 }