Pārlūkot izejas kodu

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

wangzl 3 mēneši atpakaļ
vecāks
revīzija
f44741a8aa

+ 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>