|
@@ -5,6 +5,8 @@ import org.apache.shiro.SecurityUtils;
|
|
import org.jeecg.common.system.query.QueryGenerator;
|
|
import org.jeecg.common.system.query.QueryGenerator;
|
|
import org.jeecg.common.system.vo.LoginUser;
|
|
import org.jeecg.common.system.vo.LoginUser;
|
|
import org.jeecg.common.util.oConvertUtils;
|
|
import org.jeecg.common.util.oConvertUtils;
|
|
|
|
+import org.jeecg.modules.dataSourceSwitch.annotation.TargetDataSource;
|
|
|
|
+import org.jeecg.modules.dataSourceSwitch.enums.DataSourceType;
|
|
import org.jeecg.modules.xmcbDetail.entity.ComContractInfoExchange;
|
|
import org.jeecg.modules.xmcbDetail.entity.ComContractInfoExchange;
|
|
import org.jeecg.modules.xmcbDetail.mapper.ComContractInfoExchangeMapper;
|
|
import org.jeecg.modules.xmcbDetail.mapper.ComContractInfoExchangeMapper;
|
|
import org.jeecg.modules.xmcbDetail.service.IComContractInfoExchangeService;
|
|
import org.jeecg.modules.xmcbDetail.service.IComContractInfoExchangeService;
|
|
@@ -31,6 +33,7 @@ import java.util.List;
|
|
* @Version: V1.0
|
|
* @Version: V1.0
|
|
*/
|
|
*/
|
|
@Service
|
|
@Service
|
|
|
|
+@TargetDataSource
|
|
public class ComContractInfoExchangeServiceImpl extends ServiceImpl<ComContractInfoExchangeMapper, ComContractInfoExchange> implements IComContractInfoExchangeService {
|
|
public class ComContractInfoExchangeServiceImpl extends ServiceImpl<ComContractInfoExchangeMapper, ComContractInfoExchange> implements IComContractInfoExchangeService {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|