Przeglądaj źródła

财务-报告管理历史报告列表数据展示

wangqiang 2 lat temu
rodzic
commit
63a0211f71

+ 12 - 0
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/cw/projectReport/service/CwProjectReportService.java

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