|
|
|
@ -5,6 +5,7 @@ import cn.hutool.core.lang.Snowflake; |
|
|
|
import cn.hutool.core.util.ObjectUtil; |
|
|
|
import cn.hutool.core.util.StrUtil; |
|
|
|
import com.ccsens.cloudutil.bean.tall.dto.ProjectDto; |
|
|
|
import com.ccsens.cloudutil.feign.Tall3FeignClient; |
|
|
|
import com.ccsens.cloudutil.feign.TallFeignClient; |
|
|
|
import com.ccsens.common.persist.dao.*; |
|
|
|
import com.ccsens.common.bean.po.*; |
|
|
|
@ -86,7 +87,7 @@ public class ImportService implements IImportService { |
|
|
|
@Resource |
|
|
|
private ProTaskPluginDao proTaskPluginDao; |
|
|
|
@Resource |
|
|
|
private TallFeignClient tallFeignClient; |
|
|
|
private Tall3FeignClient tall3FeignClient; |
|
|
|
|
|
|
|
/** |
|
|
|
* 读取wbs文件 |
|
|
|
@ -213,7 +214,7 @@ public class ImportService implements IImportService { |
|
|
|
saveProjectDto.setUrl(PropUtil.domain); |
|
|
|
|
|
|
|
saveProjectDto.setUserIdList(userIdSet); |
|
|
|
tallFeignClient.saveProjectList(saveProjectDto); |
|
|
|
tall3FeignClient.saveProjectList(saveProjectDto); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|