|
|
@@ -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);
|