From 3165f71939bf0783787fbe19ac77063c23ec22bc Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 12 九月 2025 15:01:55 +0800
Subject: [PATCH] 通过生日算年龄

---
 ruoyi-project/src/main/resources/mapper/project/ServiceRelativesconfirmationMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceRelativesconfirmationMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceRelativesconfirmationMapper.xml
index c30ff7b..4f1ce55 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceRelativesconfirmationMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceRelativesconfirmationMapper.xml
@@ -151,9 +151,9 @@
         `service_relativesconfirmation`.`update_by` AS `updateBy`,
         `service_relativesconfirmation`.`update_time` AS `updateTime`,
         `service_relativesconfirmation`.`operatorno` AS `operatorno`,
-        `service_relativesconfirmation`.`operatorname` AS `operatorname`
-        `service_relativesconfirmation`.`nation` AS `nation`
-        `service_relativesconfirmation`.`education` AS `education`
+        `service_relativesconfirmation`.`operatorname` AS `operatorname`,
+        `service_relativesconfirmation`.`nation` AS `nation`,
+        `service_relativesconfirmation`.`education` AS `education`,
         `service_relativesconfirmation`.`work` AS `work`
     FROM
 

--
Gitblit v1.9.3