Commit 44b72694 authored by hangjun83's avatar hangjun83

openapi 震坤行

parent c9fb6558
......@@ -189,12 +189,12 @@ class ZhenKhService
$order = $params['orders'];
try {
//if($order['orderStatus'] == 0){
if($order['orderStatus'] == 0){
$orderDetail = $this->apiService->getUpdateOrdersDetail($order['purchaseOrderId'],$this->getToken());
if($orderDetail){
$result = $this->rhawnOrderService->updateZhenkhOrders($order,$orderDetail);
}
//}
}
} catch (\Throwable $exception) {
$this->apiService->throwableAfter([
......
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