|
@@ -203,6 +203,7 @@ public class ConfessionSessionService extends ServiceImpl<ConfessionSessionMappe
|
|
confessionSession.setCreateId(createId);
|
|
confessionSession.setCreateId(createId);
|
|
confessionSession.setType(addConfessionSessionDTO.getType());
|
|
confessionSession.setType(addConfessionSessionDTO.getType());
|
|
confessionSession.setCreateTime(new Date());
|
|
confessionSession.setCreateTime(new Date());
|
|
|
|
+ confessionSession.setGuid(addConfessionSessionDTO.getGuid());
|
|
confessionSession.insert();
|
|
confessionSession.insert();
|
|
return confessionSession;
|
|
return confessionSession;
|
|
}
|
|
}
|