mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
优化
This commit is contained in:
parent
f4d82318bc
commit
82050c7086
@ -106,7 +106,7 @@ public class MPJInterceptor implements Interceptor {
|
||||
}
|
||||
if (ew instanceof MPJQueryWrapper) {
|
||||
MPJQueryWrapper wrapper = (MPJQueryWrapper) ew;
|
||||
return getCache(ms, id + wrapper.getSqlSelect(), resultType, ew);
|
||||
return getCache(ms, id + StringPool.UNDERSCORE + wrapper.getSqlSelect(), resultType, ew);
|
||||
}
|
||||
return buildMappedStatement(ms, resultType, ew, id);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user