From a1ab105b619586da71dc4924611ae5c91428cfc5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B4=AA=E6=B1=9F=E9=94=8B?= <hongjf@linkcld.com>
Date: Mon, 26 Sep 2022 17:04:47 +0800
Subject: [PATCH] =?UTF-8?q?feat(=E5=85=AC=E4=BA=A4):=20=E9=A9=BE=E9=A9=B6?=
 =?UTF-8?q?=E5=91=98=E5=B9=B4=E9=BE=84sql=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/mapper/TDimBusStaffAgeMapper.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/mapper/TDimBusStaffAgeMapper.xml b/src/main/resources/mapper/TDimBusStaffAgeMapper.xml
index 3fb5af4..ca55f0e 100644
--- a/src/main/resources/mapper/TDimBusStaffAgeMapper.xml
+++ b/src/main/resources/mapper/TDimBusStaffAgeMapper.xml
@@ -21,7 +21,7 @@
         <where>
             type = #{type} AND CREATE_TIME = (
                 select max(CREATE_TIME)
-                from edw_data_eda.t_dim_bus_driving_year
+                from edw_data_eda.t_dim_bus_staff_age
                 <where>
                     type = #{type}
                 </where>
-- 
GitLab