|
@@ -195,12 +195,6 @@ class Info_Store extends Object_ext {
|
|
if(!StlUtil::dictHasProperty($this->exploreArea, $areaId)){
|
|
if(!StlUtil::dictHasProperty($this->exploreArea, $areaId)){
|
|
$Ins_ExploreArea = new Ins_ExploreArea($areaArr[0]);
|
|
$Ins_ExploreArea = new Ins_ExploreArea($areaArr[0]);
|
|
$this->exploreArea->$areaId = $Ins_ExploreArea;
|
|
$this->exploreArea->$areaId = $Ins_ExploreArea;
|
|
- } else {
|
|
|
|
- $Ins_ExploreArea = new Ins_ExploreArea($this->exploreArea->$areaId);
|
|
|
|
- if(StlUtil::dictHasProperty($Ins_ExploreArea, "output_num")){
|
|
|
|
- StlUtil::dictRemove($Ins_ExploreArea,"output_num");
|
|
|
|
- }
|
|
|
|
- $this->exploreArea->$areaId = $Ins_ExploreArea;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|