瀏覽代碼

筛选 2022/12/7

lwhhszx 2 年之前
父節點
當前提交
bcb8b3a653

+ 0 - 3
RMS/src/main/java/cn/cslg/report/controller/ReportController.java

@@ -29,9 +29,6 @@ import java.util.List;
 @RequiredArgsConstructor(onConstructor_ = {@Lazy})
 public class ReportController {
     private final ReportService reportService;
-    private final AssoTaskPersonelService assoTaskPersonelService;
-    private final ReportFileService reportFileService;
-    private final AssoReportFileService assoReportFileService;
     private final ReportReferencesService reportReferencesService;
 
 

+ 4 - 0
RMS/src/main/java/cn/cslg/report/entity/ImportTask.java

@@ -84,4 +84,8 @@ public class ImportTask extends BaseEntity<ImportTask> {
     @Schema(description = "当前页数")
     @TableField(exist = false)
     private Integer current;
+
+
+    @TableField(value = "TYPE")
+    private Integer importType;
 }