瀏覽代碼

修改删除底部导航

15313670163 3 月之前
父節點
當前提交
8504ad28d9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/JsonRpc/FooterService.php

+ 1 - 0
app/JsonRpc/FooterService.php

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