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