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