From 2709171839e327fd27f3854a5c41d35c1dd0ccc8 Mon Sep 17 00:00:00 2001 From: kangwenjing <1138819403@qq.com> Date: Thu, 9 Apr 2026 15:35:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E6=9C=BA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=B1=95=E7=A4=BA=E4=B8=8E=E5=B1=95=E7=A4=BA=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 1 + .../dto/opportunity/OpportunityMetaDTO.java | 13 +- .../unis/crm/mapper/OpportunityMapper.java | 4 + .../service/impl/OpportunityServiceImpl.java | 52 +++++- .../src/main/resources/application-prod.yml | 2 +- .../mapper/opportunity/OpportunityMapper.xml | 11 ++ frontend/src/pages/Opportunities.tsx | 156 +++++++++++++----- ...alter_opportunity_confidence_dict_pg17.sql | 21 +++ sql/init_full_pg17.sql | 5 +- 9 files changed, 211 insertions(+), 54 deletions(-) create mode 100644 sql/archive/alter_opportunity_confidence_dict_pg17.sql diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 54f71231..c6b4c926 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -91,6 +91,7 @@ +