From 5ca4ab349909030e77354832287f2d6a2c80e119 Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期二, 01 七月 2025 16:58:21 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/multi_system --- 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