From aeb6ce5096bfec5cbbfa105d91c316298fafdd07 Mon Sep 17 00:00:00 2001 From: 20918 <2091823062@qq.com> Date: Wed, 17 Apr 2024 11:31:01 +0800 Subject: [PATCH] userleave --- .../src/main/resources/mapper/system/TdLeaveMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TdLeaveMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TdLeaveMapper.xml index 514778b..d54e880 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TdLeaveMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TdLeaveMapper.xml @@ -50,8 +50,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" insert into td_leave - userId, - userName, + user_id, + user_name, country, areaname, leavereason,