dever 6 years ago
parent
commit
c8ef211466
1 changed files with 0 additions and 1 deletions
  1. 0 1
      journal/lib/Pay.php

+ 0 - 1
journal/lib/Pay.php

@@ -13,7 +13,6 @@ class Pay
         $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) {