|
@@ -132,6 +132,7 @@ class FooterService implements FooterServiceInterface
|
|
try{
|
|
try{
|
|
$footer_category = FooterCategory::where('id', $data['id'])->first();
|
|
$footer_category = FooterCategory::where('id', $data['id'])->first();
|
|
if (!$footer_category) {
|
|
if (!$footer_category) {
|
|
|
|
+ Db::rollBack();
|
|
return Result::error("该底部导航不存在!");
|
|
return Result::error("该底部导航不存在!");
|
|
}else{
|
|
}else{
|
|
$result['footer_category'] = FooterCategory::where('id', $data['id'])->delete();
|
|
$result['footer_category'] = FooterCategory::where('id', $data['id'])->delete();
|