@@ -480,7 +480,7 @@ return array
# 匹配的正则或函数 选填项
'option' => array
(
- 'code' => array('yes', '=""'),
+ 'code' => array('yes', '='),
'status' => 'yes',
'type' => 'yes',
'state' => 1,
@@ -9,10 +9,11 @@ class Pay
public function go_api()
{
+ $where['code'] = 'null';
$where['type'] = 3;
$where['status'] = 2;
$data = Dever::db('journal/order')->getUnCode($where);
-
+ echo Dever::sql();
if ($data) {
print_r($data);die;
foreach ($data as $k => $v) {