weiximei 6 vuotta sitten
vanhempi
commit
430bcf7ef5

+ 2
- 2
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/TpTicketServiceImpl.java Näytä tiedosto

@@ -241,7 +241,7 @@ public class TpTicketServiceImpl extends ServiceImpl<TpTicketMapper, TpTicket> i
241 241
 
242 242
         TpTicketRecord tpTicketRecord= new TpTicketRecord();
243 243
         tpTicketRecord.setTicketId(ticketId);
244
-        tpTicketRecord.setContent("您的报修被物业人员"+userName+"拒绝接受理,原因:"+textContent+",有问题可以联系"+userName+":"+LoginName);
244
+        tpTicketRecord.setContent("您的报修被物业人员"+userName+"拒绝接受理,原因:"+textContent+",有问题可以联系"+userName+":联系方式:"+LoginName);
245 245
         tpTicketRecord.setCommunityId(communityId);
246 246
         tpTicketRecord.setStatus("1");
247 247
         tpTicketRecord.setCreateUser(id);
@@ -279,7 +279,7 @@ public class TpTicketServiceImpl extends ServiceImpl<TpTicketMapper, TpTicket> i
279 279
         tpTicketRecord.setTicketId(ticketId);
280 280
        TpTicket tpTicketUserID= tpTicketMapper.selectById(ticketId);
281 281
         User userNameTpUserId= userMapper.selectById(tpTicketUserID.getTpUserId());
282
-        tpTicketRecord.setContent("物业工作人员"+userName+"已经处理结束联系方式"+longName+",如果没有问题请给好评");
282
+        tpTicketRecord.setContent("物业工作人员"+userName+"已经处理结束,如果没有问题请给好评,联系方式:"+longName);
283 283
         tpTicketRecord.setStatus("4");
284 284
         tpTicketRecord.setCreateUser(id);
285 285
         tpTicketRecord.setCreateDate(LocalDateTime.now());

+ 1
- 1
VUECODE/smart-property-manage/src/views/ticket/details.vue Näytä tiedosto

@@ -532,7 +532,7 @@ export default {
532 532
           this.dataQuery()
533 533
           this.Ass=true
534 534
           this.$message({
535
-          message: '提交成功',
535
+          message: '发送成功,等待评价',
536 536
           type: 'success',
537 537
         })
538 538
           loading.close()