dingxin 6 jaren geleden
bovenliggende
commit
9ffe0ca601

+ 1
- 1
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java Bestand weergeven

@@ -445,7 +445,7 @@ public class BuildingOwnerInfoServiceImpl extends ServiceImpl<TpBuildingOwnerInf
445 445
         }
446 446
 //            user.setVerifyStatus("1");
447 447
         }
448
-        taUserMapper.updateByPrimaryKeySelective(user);
448
+//        taUserMapper.updateByPrimaryKeySelective(user);
449 449
         return response;
450 450
     }
451 451
 

+ 1
- 1
VUECODE/smart-property-manage/src/views/owner/index.vue Bestand weergeven

@@ -131,7 +131,7 @@ export default {
131 131
       this.$store.dispatch('UserPassCertification', this.listQuery).then((res) => {
132 132
         const resData = res.data
133 133
         this.userPassCertification = resData.list
134
-        this.listQuery.pageNum = 1
134
+        this.listQuery.pageNum = resData.pageNum
135 135
         this.listQuery.pageSize = 10
136 136
         this.total = resData.total
137 137
         this.listLoading = false