$data['mainId'], 'useCaseName' => $data['useCaseName'], 'delStatus' => 0]); if ($exists) util::fail('使用场景名称已经存在'); return self::add($data, true); } }