|
@@ -9,10 +9,11 @@ class Pay
|
|
|
|
|
|
public function go_api()
|
|
public function go_api()
|
|
{
|
|
{
|
|
|
|
+ $where['code'] = 'null';
|
|
$where['type'] = 3;
|
|
$where['type'] = 3;
|
|
$where['status'] = 2;
|
|
$where['status'] = 2;
|
|
$data = Dever::db('journal/order')->getUnCode($where);
|
|
$data = Dever::db('journal/order')->getUnCode($where);
|
|
-
|
|
|
|
|
|
+ echo Dever::sql();
|
|
if ($data) {
|
|
if ($data) {
|
|
print_r($data);die;
|
|
print_r($data);die;
|
|
foreach ($data as $k => $v) {
|
|
foreach ($data as $k => $v) {
|