diff --git a/webht/third_party/vendorPlanSync/controllers/index.php b/webht/third_party/vendorPlanSync/controllers/index.php index 25fc9c5d..2d7124a4 100644 --- a/webht/third_party/vendorPlanSync/controllers/index.php +++ b/webht/third_party/vendorPlanSync/controllers/index.php @@ -32,12 +32,9 @@ class Index extends CI_Controller { public function push($GRI_SN=0, $vendor_str=null) { -log_message('error',"\n\n---------------------------------------------------PUSH------------------------------------------------------------\n"); +// log_message('error',"\n\n---------------------------------------------------PUSH------------------------------------------------------------\n"); $start_date = date('Y-m-d'); $end_date = date('Y-m-d 23:59:59', strtotime("+2 months")); - // test - $start_date = '2019-03-27'; - $end_date = '2019-07-27 23:59:59'; $ready_to_send = $this->Group_model->get_plan_not_received(1, $GRI_SN, $vendor_str, $start_date, $end_date); // log_message('error',var_export($ready_to_send, 1)); if (empty($ready_to_send)) {