Compare commits
2 Commits
d2dfc0f0e1
...
ee5b471334
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ee5b471334 | ||
![]() |
c75d733edb |
@ -63,7 +63,7 @@ public class OpsTenantAutoConfiguration {
|
||||
|
||||
// ========== WEB ==========
|
||||
|
||||
@Bean
|
||||
// @Bean
|
||||
public FilterRegistrationBean<TenantContextWebFilter> tenantContextWebFilter() {
|
||||
FilterRegistrationBean<TenantContextWebFilter> registrationBean = new FilterRegistrationBean<>();
|
||||
registrationBean.setFilter(new TenantContextWebFilter());
|
||||
|
@ -39,6 +39,9 @@ public class PipStage {
|
||||
//@ApiProperty(name = "stageList",desc="阶段")
|
||||
@TableField(exist = false)
|
||||
private List<PipStage> stageList;
|
||||
// 执行实例id
|
||||
@TableField(exist = false)
|
||||
private String instanceId;
|
||||
private LocalDateTime updateTime;
|
||||
private Long createUserId;
|
||||
private Long updateUserId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user