|
@@ -179,10 +179,10 @@ public class MyImportUtils {
|
|
|
//人工审核:回显
|
|
|
public static void getTheEcho(Construction construction, Model model){
|
|
|
//前置条件
|
|
|
- if (null!=construction.getDisclose().getPrecondition()&&!"".equals(construction.getDisclose().getPrecondition())){
|
|
|
+ if ((null!=construction.getDisclose().getPrecondition()&&!"".equals(construction.getDisclose().getPrecondition()))
|
|
|
+ ||(null!=construction.getDisclose().getChannel()&&!"".equals(construction.getDisclose().getChannel())&&!"无".equals(construction.getDisclose().getChannel()))){
|
|
|
model.addAttribute("pass_construction6","0");
|
|
|
}else {
|
|
|
- //项目关闭
|
|
|
if ("有".equals(construction.getDisclose().getHiddenDanger())||
|
|
|
"是".equals(construction.getDisclose().getInfluenceConstruction())||
|
|
|
"是".equals(construction.getDisclose().getProjectRepetition())||
|