Zhouzhendong 4 лет назад
Родитель
Сommit
10ea360fd1
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/Services/OwnerPriceOperationService.php

+ 0 - 1
app/Services/OwnerPriceOperationService.php

@@ -398,7 +398,6 @@ class OwnerPriceOperationService
      */
     private function resetChildNodeMapping($matchObject,&$columnMapping)
     {
-        dump($matchObject,$columnMapping);
         $need = "";
         foreach (Feature::TYPE_NODE as $index){
             if (!$need)$need=strstr($columnMapping[$index],".",true);