Compare commits
No commits in common. "ee5b4713343de83a9cc43a44e4d5ca447b715548" and "d2dfc0f0e12111139a6a3d6d593b160d7244cc74" have entirely different histories.
ee5b471334
...
d2dfc0f0e1
@ -63,7 +63,7 @@ public class OpsTenantAutoConfiguration {
|
||||
|
||||
// ========== WEB ==========
|
||||
|
||||
// @Bean
|
||||
@Bean
|
||||
public FilterRegistrationBean<TenantContextWebFilter> tenantContextWebFilter() {
|
||||
FilterRegistrationBean<TenantContextWebFilter> registrationBean = new FilterRegistrationBean<>();
|
||||
registrationBean.setFilter(new TenantContextWebFilter());
|
||||
|
@ -39,9 +39,6 @@ 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