@@ -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());
}
//标签废弃