|
|
@ -6,6 +6,7 @@ import com.digiwin.athena.app.chatFile.infra.entity.ChatFileEntity; |
|
|
|
import com.digiwin.athena.app.chatFile.infra.repository.ChatFileRepository; |
|
|
|
import com.digiwin.athena.opt.common.eai.EAIRequest; |
|
|
|
import com.digiwin.athena.opt.common.eai.service.AbsEAIService; |
|
|
|
import com.digiwin.athena.opt.common.security.SecurityUtil; |
|
|
|
import lombok.extern.log4j.Log4j2; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
@ -36,6 +37,7 @@ public class ChatFileUpdateEAIService extends AbsEAIService { |
|
|
|
|
|
|
|
if (Objects.isNull(chatFileInfo.getCompleteDate())){ |
|
|
|
chatFileInfo.setCompleteDate(new Date()); |
|
|
|
chatFileInfo.setQuestionCompleteBy(SecurityUtil.getUserProfile().getUserName()); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|