@@ -64,7 +64,7 @@ class Order_set
$sku_id = $temp[1];
}
- if ($v['total'] <= 0) {
+ if ($v['total'] < 0) {
continue;
$w = array();