dever 3 년 전
부모
커밋
90e49069f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/shop/database/sell_order.php

+ 1 - 1
app/shop/database/sell_order.php

@@ -467,7 +467,7 @@ return array
             # 匹配的正则或函数 选填项
             'option' => array
             (
-                'cdate' => array('yes', '>='),
+                'cdate' => array('yes', '<='),
                 'status' => 'yes',
                 'notice' => 'yes',
                 'state' => 1,