|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.hnac.gglm.bigmodel.maintenance.service; |
|
|
|
package com.hnac.gglm.bigmodel.maintenance.service; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.dynamic.datasource.annotation.DS; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
|
|
|
import com.hnac.gglm.bigmodel.business.service.VectorDataService; |
|
|
|
import com.hnac.gglm.bigmodel.business.service.VectorDataService; |
|
|
@ -20,6 +21,7 @@ import java.util.List; |
|
|
|
@Service |
|
|
|
@Service |
|
|
|
@Slf4j |
|
|
|
@Slf4j |
|
|
|
@AllArgsConstructor |
|
|
|
@AllArgsConstructor |
|
|
|
|
|
|
|
@DS("hznlm") |
|
|
|
public class DataInstructService extends BaseServiceImpl<DataInstructMapper, DataInstructEntity> { |
|
|
|
public class DataInstructService extends BaseServiceImpl<DataInstructMapper, DataInstructEntity> { |
|
|
|
|
|
|
|
|
|
|
|
private final VectorDataService vectorDataService; |
|
|
|
private final VectorDataService vectorDataService; |
|
|
|