@@ -69,7 +69,7 @@
</foreach>
</if>
<if test="isWeb != null and isWeb == true">
- a.status != 'WAIT'
+ and a.status != 'WAIT'
<if test="ex.orderBy == null or ex.orderBy ==''">
ORDER BY a.create_time DESC