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