From a4c3ae5192c0efb76f8a7363e522ffbc739f8339 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Wed, 16 Aug 2023 13:54:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/repositories/community/CommunityRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/repositories/community/CommunityRepository.php b/app/common/repositories/community/CommunityRepository.php index 28409da2..c32a45d3 100644 --- a/app/common/repositories/community/CommunityRepository.php +++ b/app/common/repositories/community/CommunityRepository.php @@ -625,7 +625,7 @@ class CommunityRepository extends BaseRepository 'mer_id' => $purchaseRecord['mer_id'], 'number' => $value['number'], 'price' => $value['price'], - 'type' => $resaleType, + 'resale_type' => $resaleType, 'deliver_method' => $value['deliver_method'] ?? '', 'update_time' => date('Y-m-d H:i:s'), ];