trippest 注释

todo: 获取调度详情改为每次更新一个,不要一次循环多个
feature/pay
lyt 7 years ago
parent 8b9e2609b5
commit 3c343a0ac4

@ -226,7 +226,7 @@ class TulanduoApi extends CI_Controller
$this->Orders_model->biz_groupcombineinfo_save(); $this->Orders_model->biz_groupcombineinfo_save();
} }
} }
echo "Got order list from 图兰朵. count: " . $resp_arr["responseData"]["totalRows"] . "\r\n"; echo "Got order list from TuLanDuo. count: " . $resp_arr["responseData"]["totalRows"] . "\r\n";
echo "Insert COLI : " . $cnt . "\r\n"; echo "Insert COLI : " . $cnt . "\r\n";
return; return;
} }
@ -485,7 +485,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 TuLanDuo, count: " . count($to_update_list);
return; return;
} }

@ -1,5 +1,9 @@
<?php <?php
/*!
* 这里操作的都是商务表, 传统订单的表不在这里
*/
class Orders_model extends CI_Model { class Orders_model extends CI_Model {
function __construct() { function __construct() {
@ -119,7 +123,7 @@ class Orders_model extends CI_Model {
return NULL; return NULL;
} }
/*! /*!
* 需要更新调度信息的订单 * 需要更新调度信息的订单 -- 商务表
* @param integer $coli_sn [description] * @param integer $coli_sn [description]
* @param [type] $startDate [description] * @param [type] $startDate [description]
* @param [type] $endDate [description] * @param [type] $endDate [description]

Loading…
Cancel
Save