去掉多余的XzSecurityDangerFieldConfig类

This commit is contained in:
guoshengxiong 2025-11-28 14:09:27 +08:00
parent b7334095c1
commit ef725e0d24

View File

@ -1,18 +0,0 @@
<?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.zhgd.xmgl.modules.xz.security.mapper.XzSecurityDangerFieldConfigMapper">
<select id="queryList" resultType="com.zhgd.xmgl.modules.xz.security.entity.vo.XzSecurityDangerFieldConfigVo">
select * from (
select t.*
from xz_security_danger_field_config t
)t
${ew.customSqlSegment}
</select>
<select id="queryById" resultType="com.zhgd.xmgl.modules.xz.security.entity.vo.XzSecurityDangerFieldConfigVo">
select * from (
select t.*
from xz_security_danger_field_config t
)t
where t.id = #{id}
</select>
</mapper>