From ad71cb4d201d0f74b410a7717c3206061fc8a4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Mon, 12 Jan 2026 12:35:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5=20?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=B9=B4=E9=94=80=E5=94=AE=E9=A2=9D>100M?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/spring/modules/quote/entity/Quote.java | 5 +++++ src/main/resources/mapper/quote/QuoteMapper.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/src/main/java/com/spring/modules/quote/entity/Quote.java b/src/main/java/com/spring/modules/quote/entity/Quote.java index 5c95a343..20bde0c3 100644 --- a/src/main/java/com/spring/modules/quote/entity/Quote.java +++ b/src/main/java/com/spring/modules/quote/entity/Quote.java @@ -115,6 +115,11 @@ public class Quote extends QueryPage { */ private Integer rejectStepId; + /** + * 项目年销售额>100M + */ + private String annualSales; + /** * ------------------(额外字段)---------------------- */ diff --git a/src/main/resources/mapper/quote/QuoteMapper.xml b/src/main/resources/mapper/quote/QuoteMapper.xml index 2d1c9ecd..6b580815 100644 --- a/src/main/resources/mapper/quote/QuoteMapper.xml +++ b/src/main/resources/mapper/quote/QuoteMapper.xml @@ -39,6 +39,7 @@ q.step_id, q.reject_flag, q.reject_step_id, + q.annual_sales, dbo.plm_get_user_display(q.site, q.quoter) as quoterName, dbo.plm_get_user_display(q.site, q.purchase) as purchaseName, p.final_customer_id as finalCustomerNo,