|
@@ -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();
|