From 80eb1a493fc66953f18b9a306d3d6aa81a271b37 Mon Sep 17 00:00:00 2001 From: kangwenjing <1138819403@qq.com> Date: Fri, 21 Aug 2026 13:53:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B7=B2=E4=B8=A2=E5=8D=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BB=A5=E5=8F=8A=E5=AF=BC=E5=87=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E7=9A=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 12 +- .../crm/controller/OpportunityController.java | 6 +- .../unis/crm/mapper/OpportunityMapper.java | 4 +- .../unis/crm/service/OpportunityService.java | 2 + .../service/impl/OpportunityServiceImpl.java | 9 +- .../mapper/opportunity/OpportunityMapper.xml | 14 ++ .../impl/OpportunityServiceImplTest.java | 2 + frontend/src/lib/auth.ts | 14 +- frontend/src/pages/Opportunities.tsx | 142 ++++++++++++++---- 9 files changed, 162 insertions(+), 43 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4a01950a..480b4c0c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,11 +5,14 @@ - - + + + + - - + + +