From e514d3b363475831841e6240b35795eafebf3ef7 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期二, 18 六月 2024 03:03:23 +0800
Subject: [PATCH] bug修复

---
 performance-server/src/main/resources/mapper/AuxiliaryOriginalHoursMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/performance-server/src/main/resources/mapper/AuxiliaryOriginalHoursMapper.xml b/performance-server/src/main/resources/mapper/AuxiliaryOriginalHoursMapper.xml
index 8ca1bc2..4b1b9e4 100644
--- a/performance-server/src/main/resources/mapper/AuxiliaryOriginalHoursMapper.xml
+++ b/performance-server/src/main/resources/mapper/AuxiliaryOriginalHoursMapper.xml
@@ -27,7 +27,7 @@
         order by month
         ) A
         group by A.name, A.month) C
-        LEFT JOIN
+        INNER JOIN
         (select B.name,
         B.month,
         B.manHours

--
Gitblit v1.9.3