|
@@ -256,7 +256,7 @@ class OrderEffectiveLogLogic extends BaseLogic
|
|
|
'goods_type' => $goods['goods_type'],
|
|
'goods_type' => $goods['goods_type'],
|
|
|
'goods_brand' => $goods['goods_brand'],
|
|
'goods_brand' => $goods['goods_brand'],
|
|
|
'install_guide' => $goods['install_guide'],
|
|
'install_guide' => $goods['install_guide'],
|
|
|
- 'goods_payment_type'=>$goods['goods_payment_type'],
|
|
|
|
|
|
|
+ 'goods_payment_type'=>1,
|
|
|
'base_service_fee' => $goods['base_service_fee'],
|
|
'base_service_fee' => $goods['base_service_fee'],
|
|
|
'service_total' => $goods['service_total'],
|
|
'service_total' => $goods['service_total'],
|
|
|
'service_fee' => $goods['service_fee'],
|
|
'service_fee' => $goods['service_fee'],
|
|
@@ -264,6 +264,7 @@ class OrderEffectiveLogLogic extends BaseLogic
|
|
|
'warranty_period'=>$goods['warranty_period'],
|
|
'warranty_period'=>$goods['warranty_period'],
|
|
|
'fee_schedule' => $goods['fee_schedule'],
|
|
'fee_schedule' => $goods['fee_schedule'],
|
|
|
'goods_status' => $goods['goods_status'],
|
|
'goods_status' => $goods['goods_status'],
|
|
|
|
|
+ 'is_show' => 0,
|
|
|
]);
|
|
]);
|
|
|
|
|
|
|
|
Db::commit();
|
|
Db::commit();
|
|
@@ -274,8 +275,6 @@ class OrderEffectiveLogLogic extends BaseLogic
|
|
|
return true;
|
|
return true;
|
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|
|
|
Db::rollback();
|
|
Db::rollback();
|
|
|
-
|
|
|
|
|
- dd($e->getMessage());
|
|
|
|
|
self::setError($e->getMessage());
|
|
self::setError($e->getMessage());
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|