删除多余类

This commit is contained in:
guoshengxiong 2025-11-28 18:17:35 +08:00
parent 8072f94e9c
commit 209ab84533

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>