rabin 4 years ago
parent
commit
4cd47dc839
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buy/src/Buy.php

+ 1 - 1
buy/src/Buy.php

@@ -24,7 +24,7 @@ class Buy extends Base
         $data = Dever::db('journal/info')->getAllByPage($where);
 
         if ($data) {
-            $num = 100;
+            $num = 1;
             foreach ($data as $k => $v) {
                 if ($v['buy'] == 1 && $v['cash'] > 0) {