仪表盘
版本库
文件存储
活动
搜索
登录
main
/
multi_system
多体系后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
修改
“djh”
5 天以前
99132a43bf344f2aafdd9894b0762d2eedd9767b
[multi_system.git]
/
multi-system
/
src
/
main
/
resources
/
mapper
/
system
/
SysIndustryTypeMapper.xml
1
2
3
4
5
6
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>