base_price

This commit is contained in:
邓皓元 2018-12-24 17:48:36 +08:00
parent 7dade947a4
commit ac1ef207d1

View File

@ -41,7 +41,7 @@ class ProductSync extends Command
'package_id' => $package['id'],
'name' => $package['name'] . ' ' . $value['sale_account'],
'base_price' => $base_price,
'renewal_price' => 0,
'renewal_price' => $base_price,
'created_at' => date('Y-m-d H:i:s'),
'updated_at' => date('Y-m-d H:i:s'),
'deleted_at' => null,