permission
This commit is contained in:
parent
0a752feb47
commit
df6e9fd578
@ -45,6 +45,7 @@ public enum FindPcType {
|
|||||||
public Integer getValue() {
|
public Integer getValue() {
|
||||||
return this.state;
|
return this.state;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 试卷蓝图状态:1-正在编辑,2-封存(不能修改),3-已经被使用(不能修改删除)<br>
|
* 试卷蓝图状态:1-正在编辑,2-封存(不能修改),3-已经被使用(不能修改删除)<br>
|
||||||
* 选填<br>
|
* 选填<br>
|
||||||
@ -65,6 +66,7 @@ public enum FindPcType {
|
|||||||
list.add(PaperCompositionState.Locked);
|
list.add(PaperCompositionState.Locked);
|
||||||
list.add(PaperCompositionState.Used);
|
list.add(PaperCompositionState.Used);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case Locked:
|
case Locked:
|
||||||
list.add(PaperCompositionState.Locked);
|
list.add(PaperCompositionState.Locked);
|
||||||
break;
|
break;
|
||||||
@ -74,6 +76,7 @@ public enum FindPcType {
|
|||||||
}
|
}
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
private static Map<Integer, FindPcType> map = new HashMap<>();
|
private static Map<Integer, FindPcType> map = new HashMap<>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user