@@ -113,6 +113,10 @@ class Issue extends BaseController
'end_time' => $data1 ? strtotime($data1->end_time) : null,
'winnings' => $arr,
];
+
+ $data['aa'] = bcsub($data['end_time'], $data['current_time'], 0);
return $this->success($data);
}