diff --git a/service/app/server/Tongcheng.php b/service/app/server/Tongcheng.php index 7167e9df..ddc4d5cc 100644 --- a/service/app/server/Tongcheng.php +++ b/service/app/server/Tongcheng.php @@ -80,6 +80,8 @@ class Tongcheng { } if ($order->sourceType == 1) { $item->os = 8; + } else { + $item->os = 6; } $item->asset_status = $order->status ?? 0; // 核销状态 $item->asset_price = $order->orderStatus == 300 ? $order->orderAmount : 0; // 核销金额