Compare commits

..

No commits in common. "ee5b4713343de83a9cc43a44e4d5ca447b715548" and "d2dfc0f0e12111139a6a3d6d593b160d7244cc74" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -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());

View File

@ -39,9 +39,6 @@ public class PipStage {
//@ApiProperty(name = "stageList",desc="阶段") //@ApiProperty(name = "stageList",desc="阶段")
@TableField(exist = false) @TableField(exist = false)
private List<PipStage> stageList; private List<PipStage> stageList;
// 执行实例id
@TableField(exist = false)
private String instanceId;
private LocalDateTime updateTime; private LocalDateTime updateTime;
private Long createUserId; private Long createUserId;
private Long updateUserId; private Long updateUserId;