分包
This commit is contained in:
@ -38,7 +38,11 @@ public enum SubcontractingApplyStatus
|
||||
|
||||
//项目申请中的状态
|
||||
public static List<String> getApplyStatus(){
|
||||
return Arrays.asList(APPLY.getCode(),REFUSE.getCode());
|
||||
return Arrays.asList(APPLY.getCode());
|
||||
}
|
||||
|
||||
public static List<String> getApplyAllStatus(){
|
||||
return Arrays.asList(APPLY.getCode(),PASS.getCode());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user