mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update: fix sql
This commit is contained in:
		| @@ -71,12 +71,12 @@ class StatController extends Controller | ||||
|                 'value' => $statistic['order_count'] | ||||
|             ]); | ||||
|             array_push($result, [ | ||||
|                 'type' => '佣金金额', | ||||
|                 'type' => '佣金金额(已发放)', | ||||
|                 'date' => $date, | ||||
|                 'value' => $statistic['commission_amount'] / 100 | ||||
|             ]); | ||||
|             array_push($result, [ | ||||
|                 'type' => '佣金笔数', | ||||
|                 'type' => '佣金笔数(已发放)', | ||||
|                 'date' => $date, | ||||
|                 'value' => $statistic['commission_count'] | ||||
|             ]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user