@@ -233,7 +233,7 @@ class TradeService extends BaseService
$count2 = isset($countData[1]['total'])? $countData[1]['total'] : 0;
if($counts){
$counts[0] = $count1;
- $counts[1] = $count2;
+ $counts[1] = -$count2;
$counts[2] = moneyFormat($count1-$count2);
}else{
$counts = [0,0,0];