weiximei 6 years ago
parent
commit
430bcf7ef5

+ 2
- 2
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/TpTicketServiceImpl.java View File

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

+ 1
- 1
VUECODE/smart-property-manage/src/views/ticket/details.vue View File

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