mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: fix order service
This commit is contained in:
		| @@ -190,6 +190,7 @@ class OrderService | ||||
|             ->where('period', '!=', 'reset_price') | ||||
|             ->where('status', 3); | ||||
|         $orders = $orderModel->get(); | ||||
|         if (!$orders) return; | ||||
|         $orderAmountSum = 0; | ||||
|         $orderMonthSum = 0; | ||||
|         foreach ($orders as $k => $item) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user