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