From 068519d38ca60263d939ef8fc0522cce07212b93 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 05 九月 2025 15:17:42 +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