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