|
@@ -195,6 +195,12 @@ class Info_Store extends Object_ext {
|
|
|
if(!StlUtil::dictHasProperty($this->exploreArea, $areaId)){
|
|
|
$Ins_ExploreArea = new Ins_ExploreArea($areaArr[0]);
|
|
|
$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;
|
|
|
}
|
|
|
}
|
|
|
}
|