作者 lyh

gx随机抽查数据

@@ -458,7 +458,7 @@ class LyhImportTest extends Command @@ -458,7 +458,7 @@ class LyhImportTest extends Command
458 } 458 }
459 fclose($file_handle); 459 fclose($file_handle);
460 $customContentModel = new CustomModuleContent(); 460 $customContentModel = new CustomModuleContent();
461 - $customCategoryModel = new CustomModuleCategory();; 461 + $customCategoryModel = new CustomModuleCategory();
462 $customExtendContentTModel = new CustomModuleExtentContent(); 462 $customExtendContentTModel = new CustomModuleExtentContent();
463 foreach ($line_of_text as $k => $item){ 463 foreach ($line_of_text as $k => $item){
464 // try { 464 // try {