|
@@ -1235,7 +1235,7 @@ class LowPriceGoods extends Controller
|
|
|
$insert_product_data['shipment_city_id'] = $shipment_city_id; // 发货城市id
|
|
$insert_product_data['shipment_city_id'] = $shipment_city_id; // 发货城市id
|
|
|
$insert_product_data['shipment_city_name'] = $shipment_city_name; // 发货城市
|
|
$insert_product_data['shipment_city_name'] = $shipment_city_name; // 发货城市
|
|
|
//插入数据
|
|
//插入数据
|
|
|
- // $LowPriceGoodsModel->addLowPriceGoods($insert_product_data, true);
|
|
|
|
|
|
|
+ $LowPriceGoodsModel->addLowPriceGoods($insert_product_data, true);
|
|
|
}
|
|
}
|
|
|
// DB::commit();
|
|
// DB::commit();
|
|
|
return json_send(['code' => 'success', 'msg' => '导入成功']);
|
|
return json_send(['code' => 'success', 'msg' => '导入成功']);
|