Browse Source

批量归档调整

sangwenwei 11 months ago
parent
commit
de19a35a5b

+ 3 - 0
jeeplus-modules/jeeplus-finance/src/main/java/com/jeeplus/finance/projectRecords/domain/CwFillingbatchProject.java

@@ -44,4 +44,7 @@ public class CwFillingbatchProject extends BaseEntity {
     private String projectNumber;
     @TableField(exist = false)
     private String projectStatus;
+
+    @TableField(exist = false)
+    private String projectId;
 }

+ 2 - 1
jeeplus-modules/jeeplus-finance/src/main/java/com/jeeplus/finance/projectRecords/mapper/xml/CwFillingbatchInfoMapper.xml

@@ -52,7 +52,8 @@
             a.create_by_id,
             a.create_time,
             a.fillingbatch_id,
-            pre.id as reportId,
+            a.report_id,
+            pre.id as projectId,
             a.achive_no,
             a.status as projectStatus,
             a.sort,