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