|
@@ -602,6 +602,9 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
});
|
|
});
|
|
//设置附件信息
|
|
//设置附件信息
|
|
infoData.setCwFileInfoList(fileList);
|
|
infoData.setCwFileInfoList(fileList);
|
|
|
|
+ if (pro.getStatus().equals("5")) {
|
|
|
|
+ infoData.setDocumentStatus("已完成");
|
|
|
|
+ }
|
|
dataInfoList.add(infoData);
|
|
dataInfoList.add(infoData);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -737,6 +740,9 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
});
|
|
});
|
|
//设置附件信息
|
|
//设置附件信息
|
|
infoData.setCwFileInfoList(fileList);
|
|
infoData.setCwFileInfoList(fileList);
|
|
|
|
+ if (pro.getStatus().equals("5")) {
|
|
|
|
+ infoData.setDocumentStatus("已完成");
|
|
|
|
+ }
|
|
dataInfoList.add(infoData);
|
|
dataInfoList.add(infoData);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -900,6 +906,9 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
});
|
|
});
|
|
//设置附件信息
|
|
//设置附件信息
|
|
infoData.setCwFileInfoList(fileList);
|
|
infoData.setCwFileInfoList(fileList);
|
|
|
|
+ if (pro.getStatus().equals("5")) {
|
|
|
|
+ infoData.setDocumentStatus("已完成");
|
|
|
|
+ }
|
|
dataInfoList.add(infoData);
|
|
dataInfoList.add(infoData);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -1035,6 +1044,9 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
});
|
|
});
|
|
//设置附件信息
|
|
//设置附件信息
|
|
infoData.setCwFileInfoList(fileList);
|
|
infoData.setCwFileInfoList(fileList);
|
|
|
|
+ if (pro.getStatus().equals("5")) {
|
|
|
|
+ infoData.setDocumentStatus("已完成");
|
|
|
|
+ }
|
|
dataInfoList.add(infoData);
|
|
dataInfoList.add(infoData);
|
|
}
|
|
}
|
|
});
|
|
});
|