作者 lyh

gx同步aicc数据

@@ -786,7 +786,7 @@ class ProjectLogic extends BaseLogic @@ -786,7 +786,7 @@ class ProjectLogic extends BaseLogic
786 public function saveOtherProject(){ 786 public function saveOtherProject(){
787 //获取当前数据详情 787 //获取当前数据详情
788 $projectInfo = $this->getProjectInfo($this->param['id']); 788 $projectInfo = $this->getProjectInfo($this->param['id']);
789 - if(($projectInfo['created_at'] <= '2014-12-01 00:00:00')){//12月1号过后默认不开启 789 + if(($projectInfo['created_at'] >= '2014-12-01 00:00:00')){//12月1号过后默认不开启
790 $this->param['aicc'] = Project::TYPE_ZERO; 790 $this->param['aicc'] = Project::TYPE_ZERO;
791 } 791 }
792 if($this->param['aicc'] == Project::TYPE_ONE && !empty($this->param['exclusive_aicc_day'])){ 792 if($this->param['aicc'] == Project::TYPE_ONE && !empty($this->param['exclusive_aicc_day'])){