|
@@ -289,6 +289,7 @@ public class TpTicketServiceImpl extends ServiceImpl<TpTicketMapper, TpTicket> i
|
289
|
289
|
TaUser taUser = taUserMapper.selectById(userID);
|
290
|
290
|
|
291
|
291
|
TpTicket tpTicket= new TpTicket();
|
|
292
|
+ tpTicket.setId(ticketId);
|
292
|
293
|
tpTicket.setStatus("3");
|
293
|
294
|
tpTicket.setTpUserId(userID);
|
294
|
295
|
tpTicket.setUpdateDate(LocalDateTime.now());
|
|
@@ -877,8 +878,7 @@ public class TpTicketServiceImpl extends ServiceImpl<TpTicketMapper, TpTicket> i
|
877
|
878
|
// User taUser = userMapper.selectById(userId);
|
878
|
879
|
TaPerson taPerson = taPersonMapper.selectById(personId);
|
879
|
880
|
|
880
|
|
- TpTicket tpTicket= tpTicketMapper.selectById(tpTicketRecordComment.getTicketId());
|
881
|
|
- TpTicketRecord ticketRecord= tpTicketRecordMapper.selectTpTicketRecord(tpTicketRecordComment.getTicketId(), Integer.valueOf(tpTicket.getStatus()));
|
|
881
|
+ TpTicketRecord ticketRecord= tpTicketRecordMapper.selectById(tpTicketRecordComment.getTicketRecordCommentId());
|
882
|
882
|
|
883
|
883
|
tpTicketRecordComment.setUserName(taPerson.getName());
|
884
|
884
|
tpTicketRecordComment.setParentId(tpTicketRecordComment.getId());
|