dingxin 6 lat temu
rodzic
commit
bc1b9a4bfb
19 zmienionych plików z 3423 dodań i 3054 usunięć
  1. 1
    1
      CODE/foreign-service/src/main/java/com/community/huiju/service/impl/FaceServicelimpl.java
  2. 1
    1
      CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/AssembleController.java
  3. 1
    1
      CODE/smart-community/app-api/src/main/java/com/community/huiju/dao/TpEquipmentMapper.java
  4. 1
    0
      CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/MonitoringServiceImpl.java
  5. BIN
      CODE/smart-community/community-common/target/community-common-0.0.1.jar
  6. 0
    4
      CODE/smart-community/community-common/target/maven-archiver/pom.properties
  7. 0
    45
      CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
  8. 0
    39
      CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
  9. 14
    3
      CODE/smart-community/operate-api/src/main/java/com/community/huiju/model/ToBanner.java
  10. 10
    4
      CODE/smart-community/operate-api/src/main/java/com/community/huiju/service/impl/ToBannerServiceImpl.java
  11. 11
    0
      CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java
  12. 1
    0
      VUECODE/smart-operate-manage/config/prod.env.js
  13. 32
    24
      VUECODE/smart-operate-manage/src/views/banner/addBanner/index.vue
  14. 1
    0
      VUECODE/smart-property-manage/config/prod.env.js
  15. 1
    1
      VUECODE/smart-property-manage/src/components/chart/chart5.vue
  16. 1
    1
      VUECODE/smart-property-manage/src/components/chart/chart6.vue
  17. 6
    6
      VUECODE/smart-property-manage/src/views/index/index.vue
  18. 1671
    1462
      文档/MYSQL/smartCommunity.pdb
  19. 1671
    1462
      文档/MYSQL/smartCommunity.pdm

+ 1
- 1
CODE/foreign-service/src/main/java/com/community/huiju/service/impl/FaceServicelimpl.java Wyświetl plik

@@ -242,7 +242,7 @@ public class FaceServicelimpl  extends ServiceImpl<TaFaceMapper, TaFace> impleme
242 242
 
243 243
                     //可视对讲时 指定人员人脸权限下载
244 244
                     List<Integer> userIdList = new ArrayList<>();
245
-                    userIdList.add(user.getHkUserId());
245
+                    userIdList.add(taUserHk.getHkUserId());
246 246
                     //临时设备编号
247 247
                     // TODO 根据期楼栋号,来查询出门口机
248 248
                     HKOpenApi.visualIntercom(tpEquipmentTree.getOpUserUuid(), 1, userIdList, visualList, tpEquipmentTree.getAppkey(), tpEquipmentTree.getSecret(), tpEquipmentTree.getHttpServer());

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/AssembleController.java Wyświetl plik

@@ -72,7 +72,7 @@ public class AssembleController extends BaseController {
72 72
 		//获取菜单数据
73 73
 		List<TaSysMenu> menuList = menuService.getMenuList(communityId);
74 74
 		//获取首页banner数据
75
-		List<ToBanner> toBannerList = bannerService.viewAllBannerImg(1);
75
+		List<ToBanner> toBannerList = bannerService.viewAllBannerImgAndCommunityId(1,communityId);
76 76
 		//获取消息总数接口
77 77
 		Map<String,Object> totalMap = messageService.getMessageTotal(communityId, userElement.getUserVerifyId());
78 78
 		//获取当前小区的酒店信息

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/dao/TpEquipmentMapper.java Wyświetl plik

@@ -108,6 +108,6 @@ public interface TpEquipmentMapper {
108 108
      * @param expireTime
109 109
      * @return
110 110
      */
111
-    @Select("update tp_equipment set op_user_uuid = #{accessToken} and unit_uuids = #{expireTime} where community_id = #{communityId} and equipment_type=5")
111
+    @Select("update tp_equipment set op_user_uuid = #{accessToken}, unit_uuids = #{expireTime} where community_id = #{communityId} and equipment_type=3")
112 112
     Integer updateYinShiYunByCommunityId(@Param("communityId") Integer communityId,@Param("accessToken") String accessToken, @Param("expireTime") String expireTime);
113 113
 }

+ 1
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/MonitoringServiceImpl.java Wyświetl plik

@@ -287,6 +287,7 @@ public class MonitoringServiceImpl implements IMonitoringService {
287 287
                     // 根据小区更新所有的门口机的萤石云 token, token有效期
288 288
                     tpEquipmentMapper.updateYinShiYunByCommunityId(userElement.getCommunityId(), accessToken, expireTime);
289 289
                 } catch (Exception exception) {
290
+                    exception.printStackTrace();
290 291
                     throw new WisdomException("获取视频Token失败!");
291 292
                 }
292 293
 

BIN
CODE/smart-community/community-common/target/community-common-0.0.1.jar Wyświetl plik


+ 0
- 4
CODE/smart-community/community-common/target/maven-archiver/pom.properties Wyświetl plik

@@ -1,4 +0,0 @@
1
-#Created by Apache Maven 3.5.0
2
-version=0.0.1
3
-groupId=com.community
4
-artifactId=community-common

+ 0
- 45
CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst Wyświetl plik

@@ -1,45 +0,0 @@
1
-com/community/commom/utils/HttpClientUtils.class
2
-com/community/commom/hk/entity/MonitoryPoint.class
3
-com/community/commom/utils/PayPriceUtils.class
4
-com/community/commom/utils/StringConverter.class
5
-com/community/commom/fushi/FuShiHttpClient.class
6
-com/community/commom/redis/FastJsonSerializer.class
7
-com/community/commom/session/UserElement.class
8
-com/community/commom/utils/MD5Utils.class
9
-com/community/commom/redis/SerializationFailedException.class
10
-com/community/commom/utils/CommonUtils.class
11
-com/community/commom/utils/DESUtils.class
12
-com/community/commom/utils/CookieUtil.class
13
-com/community/commom/fushi/Base64.class
14
-com/community/commom/hk/HKConstant.class
15
-com/community/commom/redis/SingleRedisTemplate.class
16
-com/community/commom/hk/HttpClientSSLUtils$1.class
17
-com/community/commom/redis/RedisJsonSerializer.class
18
-com/community/commom/uuid/IdGen$IdGenHolder.class
19
-com/community/commom/hk/HttpClientSSLUtils.class
20
-com/community/commom/redis/RedisTemplate.class
21
-com/community/commom/hk/entity/MonitoryPoint$MonitoryPointData.class
22
-com/community/commom/hk/test/OpenapiTest.class
23
-com/community/commom/ailiyun/AESDecode.class
24
-com/community/commom/fushi/FuShiRequestAPI$SignBuild.class
25
-com/community/commom/fushi/FushiConstant.class
26
-com/community/commom/redis/RedisObjectSerializer.class
27
-com/community/commom/mode/ResponseBean.class
28
-com/community/commom/hk/HKOpenApi.class
29
-com/community/commom/mode/HkResponseBean.class
30
-com/community/commom/utils/BeanTools.class
31
-com/community/commom/uuid/IdGen.class
32
-com/community/commom/utils/OssUtil.class
33
-com/community/commom/hk/PicUtils.class
34
-com/community/commom/fushi/FuShiRequestAPI.class
35
-com/community/commom/redis/RedisSerializer.class
36
-com/community/commom/hk/entity/MonitoryPoint$MonitoryPointList.class
37
-com/community/commom/hk/HttpClientSSLUtils$2.class
38
-com/community/commom/redis/RedisConfiguration.class
39
-com/community/commom/hk/Digests.class
40
-com/community/commom/utils/EnumUtils.class
41
-com/community/commom/fushi/error/FuShiException.class
42
-com/community/commom/utils/AccountValidatorUtil.class
43
-com/community/commom/constant/Constant.class
44
-com/community/commom/utils/QRCodeGeneratorUtils.class
45
-com/community/commom/utils/DateUtils.class

+ 0
- 39
CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst Wyświetl plik

@@ -1,39 +0,0 @@
1
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/EnumUtils.java
2
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/fushi/Base64.java
3
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/fushi/error/FuShiException.java
4
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/FastJsonSerializer.java
5
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/uuid/IdGen.java
6
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/entity/MonitoryPoint.java
7
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/mode/HkResponseBean.java
8
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/constant/Constant.java
9
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/Digests.java
10
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/test/OpenapiTest.java
11
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/mode/ResponseBean.java
12
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/ailiyun/AESDecode.java
13
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/SingleRedisTemplate.java
14
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/HttpClientSSLUtils.java
15
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/HKOpenApi.java
16
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/BeanTools.java
17
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/RedisConfiguration.java
18
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/StringConverter.java
19
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/RedisTemplate.java
20
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/CookieUtil.java
21
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/DESUtils.java
22
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/RedisObjectSerializer.java
23
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/OssUtil.java
24
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/QRCodeGeneratorUtils.java
25
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/AccountValidatorUtil.java
26
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/fushi/FushiConstant.java
27
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/session/UserElement.java
28
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/SerializationFailedException.java
29
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/CommonUtils.java
30
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/HttpClientUtils.java
31
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/PayPriceUtils.java
32
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/MD5Utils.java
33
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/fushi/FuShiRequestAPI.java
34
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/RedisJsonSerializer.java
35
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/DateUtils.java
36
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/HKConstant.java
37
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/fushi/FuShiHttpClient.java
38
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/PicUtils.java
39
-/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/RedisSerializer.java

+ 14
- 3
CODE/smart-community/operate-api/src/main/java/com/community/huiju/model/ToBanner.java Wyświetl plik

@@ -2,15 +2,14 @@ package com.community.huiju.model;
2 2
 
3 3
 import javax.validation.constraints.*;
4 4
 import java.util.Date;
5
+import java.util.List;
5 6
 
6 7
 public class ToBanner {
7 8
     private Integer id;
8 9
 
9 10
     @NotBlank(message = "标题不能为空!")
10 11
     private String title;
11
-
12
-    @Min(value = 0,message = "请选择有效的投放社区!")
13
-    @NotNull(message = "投放社区不能为空!")
12
+    
14 13
     private Integer communityId;
15 14
 
16 15
     // @NotBlank(message = "跳转描述不能为空!")
@@ -48,6 +47,10 @@ public class ToBanner {
48 47
     private Date updateDate;
49 48
 
50 49
     private String bannerContent;
50
+    
51
+    //@Min(value = 0,message = "请选择有效的投放社区!")
52
+    @NotNull(message = "投放社区不能为空!")
53
+    private List<Integer> communityIds;
51 54
 
52 55
     public Integer getId() {
53 56
         return id;
@@ -184,4 +187,12 @@ public class ToBanner {
184 187
     public void setBannerContent(String bannerContent) {
185 188
         this.bannerContent = bannerContent == null ? null : bannerContent.trim();
186 189
     }
190
+    
191
+    public List<Integer> getCommunityIds() {
192
+        return communityIds;
193
+    }
194
+    
195
+    public void setCommunityIds(List<Integer> communityIds) {
196
+        this.communityIds = communityIds;
197
+    }
187 198
 }

+ 10
- 4
CODE/smart-community/operate-api/src/main/java/com/community/huiju/service/impl/ToBannerServiceImpl.java Wyświetl plik

@@ -107,11 +107,17 @@ public class ToBannerServiceImpl implements IToBannerService {
107 107
         banner.setUpdateDate(new Date());
108 108
         banner.setUpdateUser(toUser.getId());
109 109
 
110
-        int result = toBannerMapper.insertSelective(banner);
111
-        if (result > 0) {
112
-            response.addSuccess("添加成功!");
110
+        try {
111
+            for (Integer communityId : banner.getCommunityIds()){
112
+                banner.setCommunityId(communityId);
113
+                toBannerMapper.insertSelective(banner);
114
+            }
115
+        }catch (Exception e){
116
+            response.addError("添加失败:" + e.getMessage());
117
+            return response;
113 118
         }
114
-
119
+    
120
+        response.addSuccess("添加成功!");
115 121
         return response;
116 122
     }
117 123
 

+ 11
- 0
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java Wyświetl plik

@@ -554,6 +554,17 @@ public class BuildingOwnerInfoServiceImpl extends ServiceImpl<TpBuildingOwnerInf
554 554
             return;
555 555
         }
556 556
 
557
+        // 校验这个房产有没有业主,只能存在一个业主
558
+        if (taUserVerify.getRoleId().intValue() == 1) {
559
+            TaUserVerify hasUserVerify = taUserVerifyMapper.selectCommunityAndAddress(userElement.getCommunityId(), tpBuildingOwnerInfo.getPhaseId(),
560
+                    tpBuildingOwnerInfo.getBuildingId(), tpBuildingOwnerInfo.getUnitId(),
561
+                    tpBuildingOwnerInfo.getLevelId(), tpBuildingOwnerInfo.getRoomNoId());
562
+            if (null != hasUserVerify) {
563
+                return;
564
+            }
565
+        }
566
+
567
+
557 568
         taUserVerify.setPhaseId(tpBuildingOwnerInfo.getPhaseId());
558 569
         taUserVerify.setPhaseName(tpBuildingOwnerInfo.getPhaseName());
559 570
         taUserVerify.setBuildingId(tpBuildingOwnerInfo.getBuildingId());

+ 1
- 0
VUECODE/smart-operate-manage/config/prod.env.js Wyświetl plik

@@ -2,4 +2,5 @@
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4 4
   BASE_API: '"http://106.14.20.193:8086/operate-api"',
5
+  // BASE_API: '"http://operate.jcjyhn.com/operate-api"',
5 6
 }

+ 32
- 24
VUECODE/smart-operate-manage/src/views/banner/addBanner/index.vue Wyświetl plik

@@ -43,7 +43,12 @@
43 43
         </el-select>
44 44
       </el-form-item>
45 45
       <el-form-item :label-width="formLabelWidth" label="投放社区 *">
46
-        <el-select v-model="addForm.communityId" placeholder="请选择社区">
46
+        <el-select v-model="addForm.communityIds"
47
+            multiple
48
+            filterable
49
+            allow-create
50
+            default-first-option 
51
+            placeholder="请选择社区">
47 52
           <!-- <el-option label="请选择社区" value="-1"/> -->
48 53
           <el-option v-for="item in communityList" :key="item.id" :value="item.id" :label="item.communityName"/>
49 54
           <!-- <el-option label="区域一" value="shanghai"/> -->
@@ -141,6 +146,7 @@ export default {
141 146
         bannerCover: '',
142 147
         bannerPosition: '',
143 148
         communityId: '',
149
+        communityIds: [],
144 150
         effTime: '',
145 151
         expTime: '',
146 152
         bannerType: '1',
@@ -252,6 +258,31 @@ export default {
252 258
 }
253 259
 </script>
254 260
 
261
+<style>
262
+.avatar-uploader .el-upload {
263
+    border: 1px dashed #d9d9d9;
264
+    border-radius: 6px;
265
+    cursor: pointer;
266
+    position: relative;
267
+    overflow: hidden;
268
+  }
269
+  .avatar-uploader .el-upload:hover {
270
+    border-color: #409EFF;
271
+  }
272
+  .avatar-uploader-icon {
273
+    font-size: 28px;
274
+    color: #8c939d;
275
+    width: 178px;
276
+    height: 178px;
277
+    line-height: 178px;
278
+    text-align: center;
279
+  }
280
+  .avatar {
281
+    width: 178px;
282
+    height: 178px;
283
+    display: block;
284
+  }
285
+</style>
255 286
 <style scoped>
256 287
 .app-container {
257 288
   width: 50%;
@@ -260,28 +291,5 @@ export default {
260 291
 .dialog-footer {
261 292
   text-align: center;
262 293
 }
263
-.avatar-uploader .el-upload {
264
-  border: 1px dashed #d9d9d9;
265
-  border-radius: 6px;
266
-  cursor: pointer;
267
-  position: relative;
268
-  overflow: hidden;
269
-}
270
-.avatar-uploader .el-upload:hover {
271
-  border-color: #409EFF;
272
-}
273
-.avatar-uploader-icon {
274
-  font-size: 28px;
275
-  color: #8c939d;
276
-  width: 178px;
277
-  height: 178px;
278
-  line-height: 178px;
279
-  text-align: center;
280
-}
281
-.avatar {
282
-  width: 178px;
283
-  height: 178px;
284
-  display: block;
285
-}
286 294
 </style>
287 295
 

+ 1
- 0
VUECODE/smart-property-manage/config/prod.env.js Wyświetl plik

@@ -2,4 +2,5 @@
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4 4
   BASE_API: '"http://106.14.20.193:8086/property-api"',
5
+  // BASE_API: '"http://property.jcjyhn.com/property-api"',
5 6
 }

+ 1
- 1
VUECODE/smart-property-manage/src/components/chart/chart5.vue Wyświetl plik

@@ -97,7 +97,7 @@ export default {
97 97
       chart.guide().html({
98 98
         position: ["5%", "-35%"],
99 99
         html:
100
-          '<div class="chart5-title"><p class="title">月租车总缴费统计</p></div>'
100
+          '<div class="chart5-title"><p class="title">线上月租车总缴费统计</p></div>'
101 101
       });
102 102
         chart.guide().html({
103 103
         position: ["1%", "-22%"],

+ 1
- 1
VUECODE/smart-property-manage/src/components/chart/chart6.vue Wyświetl plik

@@ -135,7 +135,7 @@ export default {
135 135
       chart.guide().html({
136 136
         position: ["5%", "-35%"],
137 137
         html:
138
-          '<div class="chart4-title"><p class="title">临时车总缴费统计</p></div>'
138
+          '<div class="chart4-title"><p class="title">线上临时车总缴费统计</p></div>'
139 139
       });
140 140
         chart.guide().html({
141 141
         position: ["1%", "-22%"],

+ 6
- 6
VUECODE/smart-property-manage/src/views/index/index.vue Wyświetl plik

@@ -7,8 +7,8 @@
7 7
     </div>
8 8
     <div class="middle">
9 9
       <line-chart id="chat4" :data="data4" title="收费组总缴费统计" axis-x="日期" axis-y="金额(元)" />
10
-      <line-chart id="chat5" :data="data5" title="月租车总缴费统计" axis-x="日期" axis-y="金额(元)" />
11
-      <line-chart id="chat6" :data="data6" title="临时车总缴费统计" axis-x="日期" axis-y="金额(元)" />
10
+      <line-chart id="chat5" :data="data5" title="线上月租车总缴费统计" axis-x="日期" axis-y="金额(元)" />
11
+      <line-chart id="chat6" :data="data6" title="线上临时车总缴费统计" axis-x="日期" axis-y="金额(元)" />
12 12
     </div>
13 13
     <div class="right">
14 14
       <bar-chart id="chat7" :data="data7" title="注册用户总数" axis-x="" axis-y="数量(个)" />
@@ -121,7 +121,7 @@ export default {
121 121
           item: dayjs(createDate).format('M.D'),
122 122
           value: priceTotal,
123 123
         })
124
-      })
124
+      }).reverse()
125 125
     },
126 126
     data5 () {
127 127
       let billList = (this.IndexInfo || {}).taUserLicenseCountList || []
@@ -131,7 +131,7 @@ export default {
131 131
           item: dayjs(createDate).format('M.D'),
132 132
           value: priceTotal,
133 133
         })
134
-      })
134
+      }).reverse()
135 135
     },
136 136
     data6 () {
137 137
       let billList = (this.IndexInfo || {}).taTemporaryLicenseCountList || []
@@ -141,7 +141,7 @@ export default {
141 141
           item: dayjs(createDate).format('M.D'),
142 142
           value: priceTotal,
143 143
         })
144
-      })
144
+      }).reverse()
145 145
     },
146 146
     data7 () {
147 147
       let { houseOwnerCount = 0, houseRelationCount = 0, houseTenantCount = 0 } = (this.IndexInfo || {}).registerUserMap || {}
@@ -169,7 +169,7 @@ export default {
169 169
           item: dayjs(createDate).format('M.D'),
170 170
           value: briskCount,
171 171
         })
172
-      })
172
+      }).reverse()
173 173
     },
174 174
     data9 () {
175 175
       let { activityCount = 0, announcementCount = 0, topicCount = 0 } = (this.IndexInfo || {}).publishContentMap || {}

+ 1671
- 1462
文档/MYSQL/smartCommunity.pdb
Plik diff jest za duży
Wyświetl plik


+ 1671
- 1462
文档/MYSQL/smartCommunity.pdm
Plik diff jest za duży
Wyświetl plik