From 52457c2f2fe48534681e472e2db40b447f640bfa Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期一, 09 十二月 2024 10:49:00 +0800 Subject: [PATCH] 合并代码 --- ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianMapper.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianMapper.xml b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianMapper.xml index c20eb67..999d216 100644 --- a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianMapper.xml +++ b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianMapper.xml @@ -48,6 +48,7 @@ tt.`name`, tt.introduction, tt.home_picture, - tt.introduction + tt.introduction, + tt.info_picture </select> </mapper> \ No newline at end of file -- Gitblit v1.7.1