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