@ -1,4 +1,4 @@ | |||||
package com.digiwin.athena.app.chatFile.infra.entity; | |||||
package com.digiwin.athena.app.kcfr.infra.entity; | |||||
import com.baomidou.mybatisplus.annotation.TableName; | import com.baomidou.mybatisplus.annotation.TableName; | ||||
import com.digiwin.athena.opt.persistence.domain.BaseMgrEntity; | import com.digiwin.athena.opt.persistence.domain.BaseMgrEntity; |
@ -1,10 +1,7 @@ | |||||
package com.digiwin.athena.app.chatFile.infra.repository; | |||||
package com.digiwin.athena.app.kcfr.infra.repository; | |||||
import com.digiwin.athena.app.chatFile.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.app.kcfr.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.opt.persistence.repository.BaseRepository; | import com.digiwin.athena.opt.persistence.repository.BaseRepository; | ||||
import org.apache.ibatis.annotations.Param; | |||||
import java.util.List; | |||||
/** | /** | ||||
* @auther: zhenggl | * @auther: zhenggl |
@ -1,6 +1,6 @@ | |||||
package com.digiwin.athena.app.chatFile.infra.service; | |||||
package com.digiwin.athena.app.kcfr.infra.service; | |||||
import com.digiwin.athena.app.chatFile.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.app.kcfr.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.opt.persistence.service.IBaseService; | import com.digiwin.athena.opt.persistence.service.IBaseService; | ||||
/** | /** |
@ -1,8 +1,8 @@ | |||||
package com.digiwin.athena.app.chatFile.infra.service.impl; | |||||
package com.digiwin.athena.app.kcfr.infra.service.impl; | |||||
import com.digiwin.athena.app.chatFile.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.app.chatFile.infra.repository.ChatFileRepository; | |||||
import com.digiwin.athena.app.chatFile.infra.service.ChatFileService; | |||||
import com.digiwin.athena.app.kcfr.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.app.kcfr.infra.repository.ChatFileRepository; | |||||
import com.digiwin.athena.app.kcfr.infra.service.ChatFileService; | |||||
import com.digiwin.athena.opt.persistence.service.impl.AbsBaseService; | import com.digiwin.athena.opt.persistence.service.impl.AbsBaseService; | ||||
import org.springframework.stereotype.Service; | import org.springframework.stereotype.Service; | ||||
@ -1,9 +1,9 @@ | |||||
package com.digiwin.athena.app.chatFile.provider; | |||||
package com.digiwin.athena.app.kcfr.provider; | |||||
import com.digiwin.app.service.DWEAIResult; | import com.digiwin.app.service.DWEAIResult; | ||||
import com.digiwin.app.service.DWService; | import com.digiwin.app.service.DWService; | ||||
import com.digiwin.app.service.eai.EAIService; | import com.digiwin.app.service.eai.EAIService; | ||||
import com.digiwin.athena.app.chatFile.service.chatFile.ChatFileUtil; | |||||
import com.digiwin.athena.app.kcfr.service.ChatFileUtil; | |||||
import java.util.Map; | import java.util.Map; | ||||
@ -1,8 +1,8 @@ | |||||
package com.digiwin.athena.app.chatFile.provider.impl; | |||||
package com.digiwin.athena.app.kcfr.provider.impl; | |||||
import com.digiwin.app.service.DWEAIResult; | import com.digiwin.app.service.DWEAIResult; | ||||
import com.digiwin.athena.app.chatFile.provider.ChatFileEAIService; | |||||
import com.digiwin.athena.app.chatFile.service.chatFile.ChatFileUtil; | |||||
import com.digiwin.athena.app.kcfr.provider.ChatFileEAIService; | |||||
import com.digiwin.athena.app.kcfr.service.ChatFileUtil; | |||||
import com.digiwin.athena.opt.common.eai.service.EAIServiceContext; | import com.digiwin.athena.opt.common.eai.service.EAIServiceContext; | ||||
import javax.annotation.Resource; | import javax.annotation.Resource; |
@ -1,10 +1,10 @@ | |||||
package com.digiwin.athena.app.chatFile.service.chatFile; | |||||
package com.digiwin.athena.app.kcfr.service; | |||||
import com.alibaba.fastjson.TypeReference; | import com.alibaba.fastjson.TypeReference; | ||||
import com.digiwin.app.container.exceptions.DWBusinessException; | import com.digiwin.app.container.exceptions.DWBusinessException; | ||||
import com.digiwin.app.service.DWEAIResult; | import com.digiwin.app.service.DWEAIResult; | ||||
import com.digiwin.athena.app.chatFile.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.app.chatFile.infra.service.ChatFileService; | |||||
import com.digiwin.athena.app.kcfr.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.app.kcfr.infra.service.ChatFileService; | |||||
import com.digiwin.athena.opt.common.eai.EAIRequest; | import com.digiwin.athena.opt.common.eai.EAIRequest; | ||||
import com.digiwin.athena.opt.common.eai.service.AbsEAIService; | import com.digiwin.athena.opt.common.eai.service.AbsEAIService; | ||||
import lombok.extern.log4j.Log4j2; | import lombok.extern.log4j.Log4j2; |
@ -1,23 +1,19 @@ | |||||
package com.digiwin.athena.app.chatFile.service.chatFile; | |||||
package com.digiwin.athena.app.kcfr.service; | |||||
import com.alibaba.fastjson.TypeReference; | import com.alibaba.fastjson.TypeReference; | ||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; | ||||
import com.digiwin.app.container.exceptions.DWBusinessException; | import com.digiwin.app.container.exceptions.DWBusinessException; | ||||
import com.digiwin.app.service.DWEAIResult; | import com.digiwin.app.service.DWEAIResult; | ||||
import com.digiwin.athena.app.chatFile.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.app.chatFile.infra.service.ChatFileService; | |||||
import com.digiwin.athena.app.kcfr.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.app.kcfr.infra.service.ChatFileService; | |||||
import com.digiwin.athena.opt.common.eai.EAIRequest; | import com.digiwin.athena.opt.common.eai.EAIRequest; | ||||
import com.digiwin.athena.opt.common.eai.service.AbsEAIService; | import com.digiwin.athena.opt.common.eai.service.AbsEAIService; | ||||
import lombok.extern.log4j.Log4j2; | import lombok.extern.log4j.Log4j2; | ||||
import org.apache.commons.collections.CollectionUtils; | |||||
import org.springframework.stereotype.Service; | import org.springframework.stereotype.Service; | ||||
import javax.annotation.Resource; | import javax.annotation.Resource; | ||||
import java.util.HashMap; | |||||
import java.util.List; | |||||
import java.util.Map; | import java.util.Map; | ||||
import java.util.Objects; | import java.util.Objects; | ||||
import java.util.stream.Collectors; | |||||
/** | /** | ||||
* @auther: zhenggl | * @auther: zhenggl |
@ -1,9 +1,9 @@ | |||||
package com.digiwin.athena.app.chatFile.service.chatFile; | |||||
package com.digiwin.athena.app.kcfr.service; | |||||
import com.alibaba.fastjson.TypeReference; | import com.alibaba.fastjson.TypeReference; | ||||
import com.digiwin.app.service.DWEAIResult; | import com.digiwin.app.service.DWEAIResult; | ||||
import com.digiwin.athena.app.chatFile.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.app.chatFile.infra.repository.ChatFileRepository; | |||||
import com.digiwin.athena.app.kcfr.infra.entity.ChatFileEntity; | |||||
import com.digiwin.athena.app.kcfr.infra.repository.ChatFileRepository; | |||||
import com.digiwin.athena.opt.common.eai.EAIRequest; | import com.digiwin.athena.opt.common.eai.EAIRequest; | ||||
import com.digiwin.athena.opt.common.eai.service.AbsEAIService; | import com.digiwin.athena.opt.common.eai.service.AbsEAIService; | ||||
import lombok.extern.log4j.Log4j2; | import lombok.extern.log4j.Log4j2; |
@ -1,4 +1,4 @@ | |||||
package com.digiwin.athena.app.chatFile.service.chatFile; | |||||
package com.digiwin.athena.app.kcfr.service; | |||||
/** | /** | ||||
* @auther: zhenggl | * @auther: zhenggl |