Merge remote-tracking branch 'origin/uat' into uat
This commit is contained in:
commit
f55e1bf7ef
@ -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>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user