Kaynağa Gözat

增加独立查询地块空间属性字段,避免敏感信息泄露

master
张泽亮 1 hafta önce
ebeveyn
işleme
a3da8e5a46
1 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. +7
    -1
      ruoyi-business/src/main/resources/mapper/resource/TResourceLandMapper.xml

+ 7
- 1
ruoyi-business/src/main/resources/mapper/resource/TResourceLandMapper.xml Dosyayı Görüntüle

@@ -59,7 +59,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectTResourceLandList" parameterType="TResourceLand" resultMap="TResourceLandResult">
<include refid="selectTResourceLandVo"/>
<where>
<if test="bsm != null "> and BSM = #{bsm}</if>
<if test="dkbm != null and dkbm != ''"> and DKBM = #{dkbm}</if>
<if test="dkmc != null and dkmc != ''"> and DKMC like concat('%', #{dkmc}, '%')</if>
<if test="syqxz != null and syqxz != ''"> and SYQXZ = #{syqxz}</if>
@@ -79,6 +78,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<if test="dkbm != null and dkbm != ''"> and DKBM = #{dkbm}</if>
<if test="dkmc != null and dkmc != ''"> and DKMC like concat('%', #{dkmc}, '%')</if>
<if test="syqxz != null and syqxz != ''"> and SYQXZ = #{syqxz}</if>
<if test="dklb != null and dklb != ''"> and DKLB = #{dklb}</if>
<if test="tdlylx != null and tdlylx != ''"> and TDLYLX = #{tdlylx}</if>
<if test="dldj != null and dldj != ''"> and DLDJ = #{dldj}</if>
<if test="tdyt != null and tdyt != ''"> and TDYT = #{tdyt}</if>
<if test="sfjbnt != null and sfjbnt != ''"> and SFJBNT = #{sfjbnt}</if>
<if test="sfzwd != null and sfzwd != ''"> and SFZWD = #{sfzwd}</if>
<if test="surveyStatus != null and surveyStatus != ''"> and survey_status = #{surveyStatus}</if>
<if test="importCode != null and importCode != ''"> and import_code like concat(#{importCode}, '%')</if>
</where>


Yükleniyor…
İptal
Kaydet