浏览代码

报警提示修改查询错误修改

wangzl 3 月之前
父节点
当前提交
f44741a8aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pump-web/src/main/resources/mapper/BusPumpEntityMapper.xml

+ 1 - 1
pump-web/src/main/resources/mapper/BusPumpEntityMapper.xml

@@ -367,7 +367,7 @@
                 </foreach>
             </if>
             <if test="pumpParam.tip != null and !pumpParam.tip">
-                AND p.view_state not in
+                AND result.view_state not in
                 <foreach item="item" collection="pumpParam.tipList" separator="," open="(" close=")">
                     #{item}
                 </foreach>