From 99132a43bf344f2aafdd9894b0762d2eedd9767b Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期二, 01 七月 2025 17:15:25 +0800 Subject: [PATCH] 修改 --- multi-system/src/main/resources/mapper/system/SysIndustryTypeMapper.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/multi-system/src/main/resources/mapper/system/SysIndustryTypeMapper.xml b/multi-system/src/main/resources/mapper/system/SysIndustryTypeMapper.xml new file mode 100644 index 0000000..13ef3f0 --- /dev/null +++ b/multi-system/src/main/resources/mapper/system/SysIndustryTypeMapper.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> +<mapper namespace="com.gkhy.exam.system.mapper.SysIndustryTypeMapper"> + <select id="selectIndustryTypeList" resultType="com.gkhy.exam.system.domain.CompanyIndustryType"> + select id,name,del_flag,create_by,create_time,update_by,update_time from company_industry_type where del_flag = 1 + </select> +</mapper> -- Gitblit v1.9.2