瀏覽代碼

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>