From 9b8c37252e09c6c28f2214f59bae2eecd44f768e Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期四, 13 二月 2025 17:53:15 +0800 Subject: [PATCH] 权限修改 --- ruoyi-system/src/main/resources/mapper/system/TItemMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TItemMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TItemMapper.xml index 84d057e..7a03ea8 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TItemMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TItemMapper.xml @@ -22,7 +22,7 @@ </sql> <select id="pageList" resultType="com.ruoyi.system.vo.TItemVO"> select - t.id, t.type_id, t.item_name, t.sort_by, t.pictures, t.create_time, t.update_time, t.create_by, t.update_by, t.disabled + t.id, t.type_id, t.item_name, t.sort_by, t.pictures, t.create_time, t.update_time, t.create_by, t.update_by, t.disabled, tt.type_name from t_item t left join t_item_type tt on t.type_id = tt.id -- Gitblit v1.7.1