소스 검색

no message

FengChaoYu 3 달 전
부모
커밋
3c32ad9dee
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mall-server-api/src/main/resources/mapper/CommonMapper.xml

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

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