Browse Source

activity and you2

zz 6 năm trước cách đây
mục cha
commit
f3c209f138
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      app/Console/Commands/BookTest.php

+ 4 - 4
app/Console/Commands/BookTest.php

@@ -355,8 +355,8 @@ class BookTest extends Command
                 'amount'=>$bid_price?$bid_price:0,
                 'fee'=>$chapter_fee?$chapter_fee:0,
                 'bid'=>$item->bid,
-                'all_price'=>$all_price?$all_price:0,
-                'all_fee'=>$all_fee?$all_fee:0,
+                'total_amount'=>$all_price?$all_price:0,
+                'total_fee'=>$all_fee?$all_fee:0,
                 'book_name'=>$book_name
             ];
         }
@@ -399,8 +399,8 @@ class BookTest extends Command
                 'amount'=>$bid_price?$bid_price:0,
                 'fee'=>$chapter_fee,
                 'bid'=>$bid,
-                'all_price'=>$all_price?$all_price:0,
-                'all_fee'=>$all_fee?$all_fee:0,
+                'total_amount'=>$all_price?$all_price:0,
+                'total_fee'=>$all_fee?$all_fee:0,
                 'book_name'=>$book_name
             ];
         }