作者 lyh

gx

@@ -95,6 +95,7 @@ class ProjectController extends BaseController @@ -95,6 +95,7 @@ class ProjectController extends BaseController
95 */ 95 */
96 public function searchType(&$query){ 96 public function searchType(&$query){
97 $query->where('gl_project.delete_status',Project::TYPE_ZERO); 97 $query->where('gl_project.delete_status',Project::TYPE_ZERO);
  98 + $query->where('gl_project.extend_type',Project::TYPE_ZERO);
98 if(!isset($this->map['type'])){ 99 if(!isset($this->map['type'])){
99 $this->map['type'] = Project::TYPE_ZERO; 100 $this->map['type'] = Project::TYPE_ZERO;
100 } 101 }