From 3104c8b3572e73889cc8151ffb5e733f1e546cf5 Mon Sep 17 00:00:00 2001 From: jianghanbo Date: Tue, 24 Dec 2024 11:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E7=A8=8B=E5=8C=BA=E5=88=86=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/app/server/Tongcheng.php | 2 ++ 1 file changed, 2 insertions(+) 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; // 核销金额