소스 검색

修复 bug 4687

魏熙美 6 년 전
부모
커밋
44253e61ee

+ 3
- 5
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java 파일 보기

333
             messageMapper.insert(message);
333
             messageMapper.insert(message);
334
         }
334
         }
335
 
335
 
336
-        try {
336
+
337
             // 推送海康
337
             // 推送海康
338
             ResponseBean pushHKPerson = taUserFeignService.pushHKPerson(appUser.getId(), taUserVerify.getId());
338
             ResponseBean pushHKPerson = taUserFeignService.pushHKPerson(appUser.getId(), taUserVerify.getId());
339
             if (!"0".equals(pushHKPerson.getCode())) {
339
             if (!"0".equals(pushHKPerson.getCode())) {
340
+                log.info("设备推送失败!,人员id:{}", userVerify.getUserId());
340
                 throw new WisdomException("设备推送失败!");
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
         if (row <= 0) {
345
         if (row <= 0) {
348
             throw new WisdomException("操作失败!");
346
             throw new WisdomException("操作失败!");

+ 1
- 1
VUECODE/smart-property-manage/src/views/shop/shopReplay/index.vue 파일 보기

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