瀏覽代碼

activity and you2

zz 6 年之前
父節點
當前提交
f3c209f138
共有 1 個文件被更改,包括 4 次插入4 次删除
  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
             ];
         }