|
@@ -349,7 +349,7 @@ class chctl
|
|
|
return number_format($val,10,'.','');
|
|
|
};
|
|
|
|
|
|
- $desctor = function ($item) use($out_price,$formater) {
|
|
|
+ $desctor = function ($item) use($out_price,$formater,$card_type,$spec) {
|
|
|
$name = $item->name();
|
|
|
|
|
|
[$notify_count,$ratio] = $item->notify_ratio();
|
|
@@ -366,7 +366,7 @@ class chctl
|
|
|
$state = "waking";
|
|
|
}
|
|
|
|
|
|
- return "{$name} {$state} time={$time} commit_succ={$commit_succ} notify_count={$notify_count} ratio={$ratio} profit_ratio={$profit_ratio}";
|
|
|
+ return "{$card_type}-{$spec} {$name} {$state} time={$time} commit_succ={$commit_succ} notify_count={$notify_count} ratio={$ratio} profit_ratio={$profit_ratio}";
|
|
|
};
|
|
|
|
|
|
$left_times = intval($left_time / self::avg_order_time);
|