更新后台管理页面

This commit is contained in:
yaooo 2023-08-16 13:54:21 +08:00
parent 8ccf96e876
commit a4c3ae5192

View File

@ -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'),
];