瀏覽代碼

删除重复无效的代码

Wang-Xiao-Ran 1 年之前
父節點
當前提交
5c1999b3e7
共有 1 個文件被更改,包括 0 次插入3 次删除
  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>