|
|
@ -193,6 +193,7 @@ class TulanduoApi extends CI_Controller
|
|
|
|
$this->Orders_model->GCI_createTime = $vo['orderDate'];
|
|
|
|
$this->Orders_model->GCI_createTime = $vo['orderDate'];
|
|
|
|
$this->Orders_model->biz_groupcombineinfo_save();
|
|
|
|
$this->Orders_model->biz_groupcombineinfo_save();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
echo "Got order list from 图兰朵. count: " . $resp_arr["responseData"]["totalRows"];
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -347,6 +348,7 @@ class TulanduoApi extends CI_Controller
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} // end foreach order
|
|
|
|
} // end foreach order
|
|
|
|
echo "Got order from 图兰朵, count: " . count($to_update_list);
|
|
|
|
echo "Got order from 图兰朵, count: " . count($to_update_list);
|
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function order_push($COLI_ID='170809390') // test
|
|
|
|
public function order_push($COLI_ID='170809390') // test
|
|
|
|