正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -27,8 +27,6 @@ class ATemplateModuleController extends BaseController | @@ -27,8 +27,6 @@ class ATemplateModuleController extends BaseController | ||
| 27 | public function lists(ATemplateModuleLogic $ATemplateModuleLogic){ | 27 | public function lists(ATemplateModuleLogic $ATemplateModuleLogic){ |
| 28 | if(isset($this->map['type']) && ($this->map['type'] == 99)){ | 28 | if(isset($this->map['type']) && ($this->map['type'] == 99)){ |
| 29 | $this->map['type'] = 99; | 29 | $this->map['type'] = 99; |
| 30 | - }else{ | ||
| 31 | - $this->map['project_id'] = 0; | ||
| 32 | } | 30 | } |
| 33 | $lists = $ATemplateModuleLogic->aTemplateModuleLists($this->map,$this->page,$this->row,$this->order); | 31 | $lists = $ATemplateModuleLogic->aTemplateModuleLists($this->map,$this->page,$this->row,$this->order); |
| 34 | $this->response('success',Code::SUCCESS,$lists); | 32 | $this->response('success',Code::SUCCESS,$lists); |
-
请 注册 或 登录 后发表评论