字段修改
This commit is contained in:
parent
c3d042144f
commit
c75d733edb
@ -51,7 +51,7 @@ public class OpsTenantAutoConfiguration {
|
||||
|
||||
// ========== DB ==========
|
||||
|
||||
@Bean
|
||||
// @Bean
|
||||
public TenantLineInnerInterceptor tenantLineInnerInterceptor(TenantProperties properties,
|
||||
MybatisPlusInterceptor interceptor) {
|
||||
TenantLineInnerInterceptor inner = new TenantLineInnerInterceptor(new TenantDatabaseInterceptor(properties));
|
||||
@ -63,7 +63,7 @@ public class OpsTenantAutoConfiguration {
|
||||
|
||||
// ========== WEB ==========
|
||||
|
||||
@Bean
|
||||
// @Bean
|
||||
public FilterRegistrationBean<TenantContextWebFilter> tenantContextWebFilter() {
|
||||
FilterRegistrationBean<TenantContextWebFilter> registrationBean = new FilterRegistrationBean<>();
|
||||
registrationBean.setFilter(new TenantContextWebFilter());
|
||||
|
@ -40,6 +40,7 @@ public class PipStage {
|
||||
@TableField(exist = false)
|
||||
private List<PipStage> stageList;
|
||||
// 执行实例id
|
||||
@TableField(exist = false)
|
||||
private String instanceId;
|
||||
private LocalDateTime updateTime;
|
||||
private Long createUserId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user