FengChaoYu 5 месяцев назад
Родитель
Сommit
0f17a82aab
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mall-server-api/src/main/resources/mapper/CommonMapper.xml

+ 1 - 1
mall-server-api/src/main/resources/mapper/CommonMapper.xml

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