正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -68,7 +68,7 @@ class ProductLogic extends BaseLogic | @@ -68,7 +68,7 @@ class ProductLogic extends BaseLogic | ||
| 68 | $this->saveExtendInfo($id,$extend); | 68 | $this->saveExtendInfo($id,$extend); |
| 69 | }catch (\Exception $e){ | 69 | }catch (\Exception $e){ |
| 70 | Log::info('错误信息---'.$e->getMessage()); | 70 | Log::info('错误信息---'.$e->getMessage()); |
| 71 | - $this->fail('系统错误请联系管理员'); | 71 | + $this->fail('系统错误,请联系管理员'); |
| 72 | } | 72 | } |
| 73 | $this->addUpdateNotify(RouteMap::SOURCE_PRODUCT,$route); | 73 | $this->addUpdateNotify(RouteMap::SOURCE_PRODUCT,$route); |
| 74 | $this->curlDelRoute(['new_route'=>$route]); | 74 | $this->curlDelRoute(['new_route'=>$route]); |
-
请 注册 或 登录 后发表评论