refactor(task): 重构项目任务评分权限检查逻辑
parent
2317d7de55
commit
ce2426cbd7
|
|
@ -47,6 +47,6 @@ public class DomainDepartmentListCO {
|
|||
private Long domainDepartmentUserCount;
|
||||
|
||||
@ApiModelProperty(value = "是否可以修改,true:可以,false:不可以")
|
||||
private Boolean updateFlag ;
|
||||
private Boolean updateFlag = true ;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue