@@ -1708,6 +1708,7 @@
FROM
worker_sign_confirm_manual a
${ex.query}
+ AND a.status IN ('OK', 'WAIT')
<if test="ex.orderBy == null or ex.orderBy ==''">
ORDER BY a.create_time DESC
</if>