|
@@ -814,7 +814,7 @@ public class TpTicketServiceImpl extends ServiceImpl<TpTicketMapper, TpTicket> i
|
814
|
814
|
tpTicketRecord.setTicketId(tpTicketReco.getId());
|
815
|
815
|
// 1:投诉 2:报修 3:联系物业
|
816
|
816
|
String typeName = "2".equals(tpTicket.getType()) ? "报修" : "1".equals(tpTicket.getType()) ? "投诉" : "3".equals(tpTicket.getType()) ? "联系工单" : "未知类型";
|
817
|
|
- tpTicketRecord.setContent("您的" + typeName + "正在分配物业处理人员, 若长时间无人处理, 请联系物业! 联系物业号码簿 >");
|
|
817
|
+ tpTicketRecord.setContent("您的" + typeName + "正在分配物业处理人员, 若长时间无人处理, 请联系物业! ");
|
818
|
818
|
tpTicketRecord.setStatus(tpTicketReco.getStatus());
|
819
|
819
|
tpTicketRecord.setCreateUser(personId);
|
820
|
820
|
tpTicketRecord.setCreateDate(LocalDateTime.now());
|