wugg 9 months ago
parent
commit
ee629fb7d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/TagGood.php

+ 1 - 1
app/admin/controller/TagGood.php

@@ -229,7 +229,7 @@ class TagGood extends Base{
 	            return app_show(0,"标签添加成功");
         }catch (\Exception $e){
 			Db::rollback();
-	        return error_show(1004,$e->getMessage().$e->getLine());
+	        return error_show(1004,$e->getMessage());
         }
     }
     //标签废弃