|
@@ -89,7 +89,7 @@ public class DynamicDatasourceInterceptor {
|
|
* @throws Throwable 方法调用异常
|
|
* @throws Throwable 方法调用异常
|
|
*/
|
|
*/
|
|
@Around("this(com.baomidou.mybatisplus.core.mapper.BaseMapper) " +
|
|
@Around("this(com.baomidou.mybatisplus.core.mapper.BaseMapper) " +
|
|
- "|| this(com.chelvc.framework.database.support.BasicMapper)"
|
|
|
|
|
|
+ "|| this(com.chelvc.framework.database.support.EnhanceMapper)"
|
|
)
|
|
)
|
|
public Object routing(ProceedingJoinPoint point) throws Throwable {
|
|
public Object routing(ProceedingJoinPoint point) throws Throwable {
|
|
String key = this.lookupDatasourceKey(point);
|
|
String key = this.lookupDatasourceKey(point);
|