From 3a02e2972a175fa7dc647572c501d474c4549706 Mon Sep 17 00:00:00 2001 From: sh Date: Fri, 30 Jan 2026 16:38:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A1=8C=E4=B8=9Acode?= =?UTF-8?q?=EF=BC=8C=E6=96=B9=E4=BE=BF=E5=8A=B3=E7=A7=91=E9=99=A2=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/app/IndustryMapper.xml | 2 +- .../com/ruoyi/common/core/domain/TreeSelect.java | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ruoyi-bussiness/src/main/resources/mapper/app/IndustryMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/app/IndustryMapper.xml index 3b02581..719d972 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/IndustryMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/IndustryMapper.xml @@ -18,7 +18,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select industry_id, parent_id, industry_name, order_num, status, del_flag, create_by, create_time, update_by, update_time from industry + select industry_id, parent_id, industry_name, order_num, status, del_flag, create_by, create_time, update_by, update_time,remark from industry