|
@@ -64,7 +64,7 @@ class SplitSale extends Command
|
|
|
if ($sale['order_type'] == 3) {
|
|
|
//咨询相关
|
|
|
$good = Db::name('consult_bids')
|
|
|
- ->field('b.noble_metal,c.brand_name brand,d.unit,a.cost_desc,a.good_weight noble_weight,a.tax,a.delivery_day,b.lead_time')
|
|
|
+ ->field('b.noble_metal,c.brand_name brand,d.unit,a.cost_desc,a.good_weight noble_weight,a.tax,a.delivery_day,0 lead_time')
|
|
|
->alias('a')
|
|
|
->leftJoin('good_zixun b', 'b.is_del=0 AND b.spuCode=a.spuCode')
|
|
|
->leftJoin('brand c', 'c.id=a.brand_id')
|