|
|
@@ -114,7 +114,6 @@ public class LumaServiceImpl implements LumaService {
|
|
|
conversation.setStatus("pending");
|
|
|
conversation.setTaskId(taskId);
|
|
|
}
|
|
|
- conversation.setTime(Optional.ofNullable(conversation.getTime()).orElse(0) + 5);
|
|
|
if (conversation.getId() == null) {
|
|
|
conversationMapper.insert(conversation);
|
|
|
}else {
|