合并框架更新

This commit is contained in:
yaoyn
2025-02-10 15:54:01 +08:00
parent da009a7cc4
commit a39ae9829c
13 changed files with 44 additions and 294 deletions

View File

@ -86,7 +86,8 @@ public class MybatisplusAutoConfiguration implements WebMvcConfigurer {
return null;
}
try {
return new LongValue(SecureUtil.getTenantId());
//return new LongValue(SecureUtil.getTenantId());
return new LongValue(null);
}
catch (Exception e) {
log.error("获取当前登录用户租户码失败");