魏熙美 6 лет назад
Родитель
Сommit
44253e61ee

+ 3
- 5
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java Просмотреть файл

@@ -333,16 +333,14 @@ public class BuildingOwnerInfoServiceImpl extends ServiceImpl<TpBuildingOwnerInf
333 333
             messageMapper.insert(message);
334 334
         }
335 335
 
336
-        try {
336
+
337 337
             // 推送海康
338 338
             ResponseBean pushHKPerson = taUserFeignService.pushHKPerson(appUser.getId(), taUserVerify.getId());
339 339
             if (!"0".equals(pushHKPerson.getCode())) {
340
+                log.info("设备推送失败!,人员id:{}", userVerify.getUserId());
340 341
                 throw new WisdomException("设备推送失败!");
341 342
             }
342
-        } catch (Exception e) {
343
-            log.info("设备推送失败!,人员id:{}", userVerify.getUserId());
344
-            throw new WisdomException("设备推送失败!");
345
-        }
343
+
346 344
 
347 345
         if (row <= 0) {
348 346
             throw new WisdomException("操作失败!");

+ 1
- 1
VUECODE/smart-property-manage/src/views/shop/shopReplay/index.vue Просмотреть файл

@@ -33,7 +33,7 @@
33 33
 
34 34
       <el-row>
35 35
       <el-button type="primary" @click=" replyAdd()">回复评价</el-button>
36
-      <el-button type="primary" @click="enditreply()">修改评价</el-button>
36
+      <el-button type="primary" @click="enditreply()">修改回复</el-button>
37 37
       <el-button type="info" @click="enditandAdd(0)">下架评价</el-button>
38 38
       <el-button type="info" @click="enditandAdd(1)">上架评价</el-button>
39 39
       <span style="padding-left:20%;font-size:0.7vw;color:#C0C0C0;">注:权重越大评价在APP端排序越靠前(权重相同时按编辑时间从晚到早排序)</span>