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 3d0028d4..cf459f93 100644
--- a/src/main/java/com/spring/modules/quotation/vo/QuotationInformationVo.java
+++ b/src/main/java/com/spring/modules/quotation/vo/QuotationInformationVo.java
@@ -97,4 +97,6 @@ public class QuotationInformationVo extends QuotationInformationEntity {
private String currency;
private String plmPartNo;
+
+ private String createBy2;
}
diff --git a/src/main/resources/mapper/quotation/QuotationInformationMapper.xml b/src/main/resources/mapper/quotation/QuotationInformationMapper.xml
index 90995bce..e705a137 100644
--- a/src/main/resources/mapper/quotation/QuotationInformationMapper.xml
+++ b/src/main/resources/mapper/quotation/QuotationInformationMapper.xml
@@ -204,6 +204,9 @@
AND dbo.get_plm_Approval_username(a.site, d.workflow_id, d.node_id, a.quotation_batch_no) like #{query.approvalUsername}
+
+ and a.create_by like #{query.createBy2}
+
order by a.quotation_batch_no desc, a.quotation_item_no