|
@@ -456,7 +456,7 @@ public class SocialServiceImpl implements SocialServiceI {
|
456
|
456
|
record.setCommunityId(communityId);
|
457
|
457
|
record.setTicketId(Integer.valueOf(ticketId));
|
458
|
458
|
record.setStatus("5");
|
459
|
|
- //todo
|
|
459
|
+ record.setContent(tpTicket.getComment());
|
460
|
460
|
record.setCreateUser(userId);
|
461
|
461
|
record.setCreateDate(new Date());
|
462
|
462
|
tpTicketRecordMapper.insertSelective(record);
|