From 0a1533fd30ec1a2f4624ccda4ff11f2535ea8a46 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期三, 11 十二月 2024 18:37:14 +0800 Subject: [PATCH] 修改 --- ruoyi-system/src/main/resources/mapper/system/TOrderMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TOrderMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TOrderMapper.xml index 33cea68..ed18f60 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TOrderMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TOrderMapper.xml @@ -31,6 +31,7 @@ t1.*, t2.NAME AS name, t2.phone AS phone, + t2.avatar AS avatar, CONCAT( t2.NAME, ' ', t2.phone ) AS user_search, COALESCE ( t_course.course_name, t_information.information_name,t_generated_records.recordsName ) AS good_name, COALESCE ( t_course.course_cover, t_information.information_cover ) AS cover, -- Gitblit v1.7.1