|
@@ -198,8 +198,8 @@ public class ConfessionSessionService extends ServiceImpl<ConfessionSessionMappe
|
|
|
confessionSession.setContent(addConfessionSessionDTO.getContent());
|
|
|
confessionSession.setConversationId(addConfessionSessionDTO.getConversationId());
|
|
|
confessionSession.setConversationName(addConfessionSessionDTO.getConversationName());
|
|
|
-// String createId = loginUtils.getId().toString();
|
|
|
- confessionSession.setCreateId("1");
|
|
|
+ String createId = loginUtils.getId().toString();
|
|
|
+ confessionSession.setCreateId(createId);
|
|
|
confessionSession.setType(addConfessionSessionDTO.getType());
|
|
|
confessionSession.setCreateTime(new Date());
|
|
|
confessionSession.insert();
|