Explorar el Código

关闭修复任务

yeshihao hace 1 año
padre
commit
5336228f9c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dyu/application/task/controller/Test.php

+ 1 - 0
dyu/application/task/controller/Test.php

@@ -78,6 +78,7 @@ class Test
 
 
 	public function repairTask()
 	public function repairTask()
 	{
 	{
+		exit();
 		$model = new Certificate();
 		$model = new Certificate();
 		$list  = $model->with(['file', 'category'])
 		$list  = $model->with(['file', 'category'])
 			->where('is_delete', '=', 0)->select();
 			->where('is_delete', '=', 0)->select();