rabin 3 년 전
부모
커밋
54f2c44bf2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 = '门店';