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,