dever 6 năm trước cách đây
mục cha
commit
c8ef211466
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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) {