|
@@ -129,24 +129,24 @@ public class ProExcelInfo {
|
|
|
String str = "";
|
|
|
for (Project project:projects){
|
|
|
if (null==project.getDistributionEngineering()){//配网工程专职角色
|
|
|
- flag = true;
|
|
|
- }else {
|
|
|
str+="配网工程专职角色不能为空;";
|
|
|
+ flag = true;
|
|
|
}
|
|
|
if (null==project.getDistributionMaterials()){//配网物资专职角色
|
|
|
str+="配网工程专职角色不能为空;";
|
|
|
flag = true;
|
|
|
}
|
|
|
if (null==project.getDistributionSystem()){//配网系统专职角色
|
|
|
- str+="配网工程专职角色不能为空;";
|
|
|
flag = true;
|
|
|
+ }else {
|
|
|
+ str+="配网工程专职角色不能为空;";
|
|
|
}
|
|
|
if (null==project.getDistributionPolicy()){//配网政策处理专职角色
|
|
|
str+="配网工程专职角色不能为空;";
|
|
|
flag = true;
|
|
|
}
|
|
|
if (null==project.getManagementLeader()){//项目管理中心领导角色
|
|
|
- str+="配网工程专职角色不能为空;";
|
|
|
+ str+="项目管理中心领导角色不能为空;";
|
|
|
flag = true;
|
|
|
}
|
|
|
if (null==project.getRunUnit()){//运行单位
|