Commit a915a19d authored by hj's avatar hj

更新提交

parent aca247cd
......@@ -48,9 +48,10 @@ class ChemsiteOrdersService
throw new \Exception('货号无法匹配', 500);
}
$express = $this->chemsiteOrdersService->getExpress(
/*$express = $this->chemsiteOrdersService->getExpress(
$orderItems['weight'], $requestParams['so_ca_province'], $orderItems['total']
);
);*/
$express = 0;
$order = $this->chemsiteOrdersService->chemsiteSordersRepository->getSorderFromOrderCusPo($requestParams['so_cus_po']);
if ($order) {
......@@ -126,6 +127,7 @@ class ChemsiteOrdersService
if(!isset($requestParams['so_note'])){
$requestParams['so_note'] = '';
}
$data['sorders']['so_note'] = $requestParams['so_note'];
$data['sorders']['so_send_note'] = $customer['cus_send_note'];
$data['sorders']['so_ci_method'] = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment