rabin 3 years ago
parent
commit
54f2c44bf2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/cash/lib/Set.php

+ 2 - 1
app/cash/lib/Set.php

@@ -410,6 +410,7 @@ class Set
         $config = Dever::db($table)->config;
 
         $info = Dever::db($table)->one($id);
+        print_r($info);die;
 
         $data = $this->getOrderData($type, $info, 'NoPage', $pay_type);
 
@@ -484,7 +485,7 @@ class Set
         $type = Dever::input('type', 'shop');
 
         $table = 'cash/' . $type;
-        
+
         $pay_type = 1;
         if ($type == 'shop') {
             $name = '门店';