|
@@ -38,13 +38,9 @@ class Apipf extends Start_Controller{
|
|
|
{
|
|
|
$this->_customerAllTbData();
|
|
|
}
|
|
|
- elseif($arg == 'orderTbAllData')
|
|
|
+ elseif($arg == 'customer_depart_data')
|
|
|
{
|
|
|
- $this->_orderTbAllData();
|
|
|
- }
|
|
|
- elseif($arg == 'orderTbData')
|
|
|
- {
|
|
|
- $this->_orderTbData();
|
|
|
+ $this->_customerDepartTbData();
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -62,7 +58,7 @@ class Apipf extends Start_Controller{
|
|
|
if($hour != 20){
|
|
|
die("Execution conditions hour do not allow");
|
|
|
}
|
|
|
- if(($minute >= 10)&&($minute <=20)){
|
|
|
+ if(($minute >= 10)&&($minute <=40)){
|
|
|
$this->db->query("update crowd_customer set more_three = 1 where num >= 3 and more_three = 0");
|
|
|
die("No executable data available");
|
|
|
}else{
|