Browse Source

删除重复无效的代码

Wang-Xiao-Ran 1 year ago
parent
commit
5c1999b3e7
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/main/resources/mapper/commandcenter/CommandCentreMapper.xml

+ 0 - 3
src/main/resources/mapper/commandcenter/CommandCentreMapper.xml

@@ -194,9 +194,6 @@
             <if test="params.nature != null and params.nature != ''"><!--在建性质-->
                 AND nature in (${params.nature})
             </if>
-            <if test="params.nature != null and params.nature != ''"><!--在建性质-->
-                AND nature = #{params.nature}
-            </if>
         </where>
         ORDER BY a.create_time DESC
     </select>