From 406fd36d622b50005efb0f935f029e4bd5877f48 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期六, 19 七月 2025 16:28:07 +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