소스 검색

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

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>