This commit is contained in:
邓皓元 2018-12-24 17:51:00 +08:00
parent ac1ef207d1
commit 4f23396cac

View File

@ -114,7 +114,7 @@ class OrderBaseSync extends Command
'total_price' => floatval($item['o_amount']) * 100,
'order_at' => Carbon::parse($item['o_create_date'])->format('Y-m-d H:i:s'),
'address' => $item['o_address'],
'contact' => $item['o_contacts'],
'contacts' => $item['o_contacts'],
'mobile' => $item['o_contact_number'],
'remark' => $item['o_remark'],
'logistics_remark' => $item['o_logistics_content'],