|
@@ -3,6 +3,7 @@ package com.ym.mec.biz.dal.wrapper;
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.microsvc.toolkit.common.response.paging.QueryInfo;
|
|
|
+import com.ym.mec.common.tenant.TenantContextHolder;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import java.util.Optional;
|
|
@@ -49,7 +50,7 @@ public class DegreeNewsWrapper {
|
|
|
private String type;
|
|
|
|
|
|
@ApiModelProperty("用户机构ID")
|
|
|
- private Integer tenantId;
|
|
|
+ private Integer tenantId = TenantContextHolder.getTenantId();
|
|
|
|
|
|
@ApiModelProperty(value = "排序方式", hidden = true)
|
|
|
private Boolean sortedTime;
|