|
|
@@ -177,7 +177,7 @@ class StatKdClass extends BaseClass
|
|
|
$status = $ghsOrder['status'] ?? 0;
|
|
|
$book = $ghsOrder['book'] ?? 0;
|
|
|
$staffId = $ghsOrder['shopAdminId'] ?? 0;
|
|
|
- $staffName = $ghsOrder['shopAdminName'] ?? '';
|
|
|
+ $staffName = $ghsOrder['shopAdminName'] ?? '系统';
|
|
|
if ($status == 0 || $status == 5) {
|
|
|
continue;
|
|
|
}
|