Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
estateplat-config-dbqy
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张一洋
estateplat-config-dbqy
Commits
b7029026
提交
b7029026
authored
7月 19, 2021
作者:
王子杰
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
需求编码:
需求名称: 修改内容:42559 【锦州】不动产登记与交易系统存在安全漏洞
上级
769a68bb
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
11 行增加
和
11 行删除
+11
-11
DjsjMapper.java
...tmap/estateplat/config/core/mapper/config/DjsjMapper.java
+3
-3
Djsj.xml
src/main/resources/conf/mybatis/config/Djsj.xml
+8
-8
没有找到文件。
src/main/java/cn/gtmap/estateplat/config/core/mapper/config/DjsjMapper.java
浏览文件 @
b7029026
...
@@ -207,13 +207,13 @@ public interface DjsjMapper {
...
@@ -207,13 +207,13 @@ public interface DjsjMapper {
* @return
* @return
*/
*/
List
<
Map
>
getDjQlrList
(
Map
map
);
List
<
Map
>
getDjQlrList
(
Map
map
);
/**
/* */
/**
* 获取不动产单元分页
* 获取不动产单元分页
*
*
* @param map
* @param map
* @return
* @return
*/
*/
/*
List
<
Map
>
getDjsjBdcdyByPage
(
Map
map
);
List<Map> getDjsjBdcdyByPage(Map map);
*/
/**
/**
* @param djh
* @param djh
...
...
src/main/resources/conf/mybatis/config/Djsj.xml
浏览文件 @
b7029026
...
@@ -557,8 +557,8 @@
...
@@ -557,8 +557,8 @@
</select>
</select>
<select
id=
"getDjsjBdcdyByPage"
parameterType=
"java.util.Map"
resultType=
"map"
>
<
!--<
select id="getDjsjBdcdyByPage" parameterType="java.util.Map" resultType="map">
<!--zdd 此处需要修改 if 为choose (when, otherwise)-->
<!–zdd 此处需要修改 if 为choose (when, otherwise)–>
<if test="bdclx != null and bdclx =='TDFW'">
<if test="bdclx != null and bdclx =='TDFW'">
select t.id,t.djh,t.bdcdyh,t.tdzl,t.qlr,t.bdclx,t.bdcdyfwlx from DJSJ_BDCDY_TDFW t
select t.id,t.djh,t.bdcdyh,t.tdzl,t.qlr,t.bdclx,t.bdcdyfwlx from DJSJ_BDCDY_TDFW t
</if>
</if>
...
@@ -613,16 +613,16 @@
...
@@ -613,16 +613,16 @@
<if test="qlr != null and qlr !=''">
<if test="qlr != null and qlr !=''">
and t.qlr like '%' || #{qlr} || '%'
and t.qlr like '%' || #{qlr} || '%'
</if>
</if>
<!--zdd 如果确定为TDFW 则不需要进行其他匹配查询 加上like条件反而更慢 提高检索效率 去掉左侧百分号-->
<!–zdd 如果确定为TDFW 则不需要进行其他匹配查询 加上like条件反而更慢 提高检索效率 去掉左侧百分号–>
<if test="bdclx !='TDFW' and bdclx !='GZW' and bdclx != null and bdclx !=''">
<if test="bdclx !='TDFW' and bdclx !='GZW' and bdclx != null and bdclx !=''">
and t.bdclx like #{bdclx} || '%'
and t.bdclx like #{bdclx} || '%'
</if>
</if>
<if test="bdclx =='GZW' and bdclx != null and bdclx !=''">
<if test="bdclx =='GZW' and bdclx != null and bdclx !=''">
and t.bdclx like '%'|| #{bdclx} || '%'
and t.bdclx like '%'|| #{bdclx} || '%'
</if>
</if>
<!--substr(a.bdcdyh,13,4) 正常是2 客户端是UTF-8编码的会占3个字节 -->
<!–substr(a.bdcdyh,13,4) 正常是2 客户端是UTF-8编码的会占3个字节 –>
<!--zdd 如果确定为TDFW 则不需要进行其他匹配查询 -->
<!–zdd 如果确定为TDFW 则不需要进行其他匹配查询 –>
<!--zwq 如果有国有土地和集体土地之分,则要这个匹配 -->
<!–zwq 如果有国有土地和集体土地之分,则要这个匹配 –>
<if test=" zdtzm != null and zdtzm !=''">
<if test=" zdtzm != null and zdtzm !=''">
and
and
<foreach collection="zdtzm" item="item" open="(" separator=" or " close=")">
<foreach collection="zdtzm" item="item" open="(" separator=" or " close=")">
...
@@ -630,7 +630,7 @@
...
@@ -630,7 +630,7 @@
</foreach>
</foreach>
</if>
</if>
<!--zdd 如果确定为TDFW 则不需要进行其他匹配查询 -->
<!–zdd 如果确定为TDFW 则不需要进行其他匹配查询 –>
<if test="bdclx !='TDFW' and bdclxdm != null and bdclxdm !=''">
<if test="bdclx !='TDFW' and bdclxdm != null and bdclxdm !=''">
and
and
<foreach collection="bdclxdm" item="item" open="(" separator=" or " close=")">
<foreach collection="bdclxdm" item="item" open="(" separator=" or " close=")">
...
@@ -659,7 +659,7 @@
...
@@ -659,7 +659,7 @@
and t.bdcdyh like #{xzqdm} || '%'
and t.bdcdyh like #{xzqdm} || '%'
</if>
</if>
</where>
</where>
</select>
</select>
-->
<select
id=
"queryBdcdyCountByDjh"
parameterType=
"String"
resultType=
"Integer"
>
<select
id=
"queryBdcdyCountByDjh"
parameterType=
"String"
resultType=
"Integer"
>
select count(0) from djsj_bdcdy t where t.djh =#{djh} and substr(t.bdcdyh,20,1)!='W'
select count(0) from djsj_bdcdy t where t.djh =#{djh} and substr(t.bdcdyh,20,1)!='W'
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论