作者 lyh

gx

@@ -24,11 +24,6 @@ class ProjectGscController extends BaseController @@ -24,11 +24,6 @@ class ProjectGscController extends BaseController
24 * @time :2023/6/19 11:25 24 * @time :2023/6/19 11:25
25 */ 25 */
26 public function lists(GscLogic $gscLogic){ 26 public function lists(GscLogic $gscLogic){
27 - $this->request->validate([  
28 - 'project_id'=>'required'  
29 - ],[  
30 - 'project_id.required' => '项目ID不能为空'  
31 - ]);  
32 $lists = $gscLogic->GscLists($this->map,$this->page,$this->row,$this->order); 27 $lists = $gscLogic->GscLists($this->map,$this->page,$this->row,$this->order);
33 $this->response('success',Code::SUCCESS,$lists); 28 $this->response('success',Code::SUCCESS,$lists);
34 } 29 }