rabin hace 2 años
padre
commit
a5f6dcf4fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/shop/database/sell_order.php

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

@@ -770,7 +770,7 @@ return array
             # 匹配的正则或函数 选填项
             'option' => array
             (
-                'order_id' => 'yes',
+                'id' => 'yes',
                 'cdate' => array('yes', '<='),
                 'status' => array('yes', 'in'),
                 'withdraw' => 'yes',