dingxin пре 6 година
родитељ
комит
f032221fd7

+ 1
- 1
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingTreeServiceImpl.java Прегледај датотеку

@@ -770,7 +770,7 @@ public class BuildingTreeServiceImpl implements BuildingTreeServiceI {
770 770
 				tpBuildingOwnerInfo.eq("community_id", tpUnit.getCommunityId())
771 771
 						.eq("phase_id", tpUnit.getPhaseId())
772 772
 						.eq("building_id", tpUnit.getBuildingId())
773
-						.eq("name", tpUnit.getName())
773
+						.eq("room_no_name", tpUnit.getName())
774 774
 						.eq("verify_status", 1);
775 775
 				}
776 776
 			List<TpBuildingOwnerInfo> ifoBuid = tpBuildingOwnerInfoMapper.selectList(tpBuildingOwnerInfo);

+ 1
- 1
VUECODE/smart-property-manage/src/views/building/buildingdata/index.vue Прегледај датотеку

@@ -13,7 +13,7 @@
13 13
       lazy
14 14
       show-checkbox
15 15
       node-key="id"
16
-      :default-expand-all="true"
16
+      
17 17
       :expand-on-click-node="false"
18 18
       :render-content="renderContent">
19 19
     </el-tree>