diff --git a/src/main/java/com/spring/modules/proofing/vo/ProofingInformationVo.java b/src/main/java/com/spring/modules/proofing/vo/ProofingInformationVo.java
index 4f3ca648..670a9c73 100644
--- a/src/main/java/com/spring/modules/proofing/vo/ProofingInformationVo.java
+++ b/src/main/java/com/spring/modules/proofing/vo/ProofingInformationVo.java
@@ -74,4 +74,6 @@ public class ProofingInformationVo extends ProofingInformationEntity {
private String finalPartNo;
private String customerPartNo;
+
+ private String nodeCreateBy;
}
diff --git a/src/main/java/com/spring/modules/quotation/vo/QuotationInformationVo.java b/src/main/java/com/spring/modules/quotation/vo/QuotationInformationVo.java
index c4fd6eed..f01a28fb 100644
--- a/src/main/java/com/spring/modules/quotation/vo/QuotationInformationVo.java
+++ b/src/main/java/com/spring/modules/quotation/vo/QuotationInformationVo.java
@@ -86,4 +86,7 @@ public class QuotationInformationVo extends QuotationInformationEntity {
private String finalPartNo;
private String customerPartNo;
+
+ private String nodeCreateBy;
+
}
diff --git a/src/main/java/com/spring/modules/test/vo/TestInformationVo.java b/src/main/java/com/spring/modules/test/vo/TestInformationVo.java
index d6cb9ce5..9c8ec6bb 100644
--- a/src/main/java/com/spring/modules/test/vo/TestInformationVo.java
+++ b/src/main/java/com/spring/modules/test/vo/TestInformationVo.java
@@ -76,4 +76,6 @@ public class TestInformationVo extends TestInformationEntity {
private String finalPartNo;
private String customerPartNo;
+
+ private String nodeCreateBy;
}
diff --git a/src/main/resources/mapper/proofing/ProofingInformationMapper.xml b/src/main/resources/mapper/proofing/ProofingInformationMapper.xml
index f3c326e0..fa8525f9 100644
--- a/src/main/resources/mapper/proofing/ProofingInformationMapper.xml
+++ b/src/main/resources/mapper/proofing/ProofingInformationMapper.xml
@@ -51,6 +51,7 @@
d.is_reject,
d.node_id,
d.node_name,
+ dbo.plm_get_user_display(a.site, d.create_by) as nodeCreateBy,
vpp.bu_no,
b.bu_desc,
vpp.final_part_no,
diff --git a/src/main/resources/mapper/quotation/QuotationInformationMapper.xml b/src/main/resources/mapper/quotation/QuotationInformationMapper.xml
index 83048e91..0b3d9e15 100644
--- a/src/main/resources/mapper/quotation/QuotationInformationMapper.xml
+++ b/src/main/resources/mapper/quotation/QuotationInformationMapper.xml
@@ -56,6 +56,7 @@
+