|
@@ -226,7 +226,7 @@ public class MyImportUtils {
|
|
|
}else {
|
|
|
//设计变更
|
|
|
if (null!=construction.getDisclose().getInconsistentDescription()){//图纸现场不一致说明
|
|
|
- if ("不一致".equals(construction.getDisclose().getLineName())||//线路名称一致性
|
|
|
+ if ("否".equals(construction.getDisclose().getLineName())||//线路名称一致性
|
|
|
"否".equals(construction.getDisclose().getQuantities())||//工程量是否一致
|
|
|
!"".equals(construction.getDisclose().getImplementedContent())){//已实施内容描述不为空
|
|
|
model.addAttribute("pass_construction2","0");
|