Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6 into develop
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -14,6 +14,7 @@ use App\Models\RouteMap\RouteMap; | @@ -14,6 +14,7 @@ use App\Models\RouteMap\RouteMap; | ||
| 14 | use App\Models\Template\BTemplate; | 14 | use App\Models\Template\BTemplate; |
| 15 | use App\Services\CosService; | 15 | use App\Services\CosService; |
| 16 | use Illuminate\Support\Facades\DB; | 16 | use Illuminate\Support\Facades\DB; |
| 17 | +use Illuminate\Support\Facades\Log; | ||
| 17 | 18 | ||
| 18 | /** | 19 | /** |
| 19 | * Class ProductLogic | 20 | * Class ProductLogic |
| @@ -66,6 +67,7 @@ class ProductLogic extends BaseLogic | @@ -66,6 +67,7 @@ class ProductLogic extends BaseLogic | ||
| 66 | //保存扩展字段 | 67 | //保存扩展字段 |
| 67 | $this->saveExtendInfo($id,$extend); | 68 | $this->saveExtendInfo($id,$extend); |
| 68 | }catch (\Exception $e){ | 69 | }catch (\Exception $e){ |
| 70 | + Log::info('错误信息---'.$e->getMessage()); | ||
| 69 | $this->fail('系统错误请联系管理员'); | 71 | $this->fail('系统错误请联系管理员'); |
| 70 | } | 72 | } |
| 71 | $this->addUpdateNotify(RouteMap::SOURCE_PRODUCT,$route); | 73 | $this->addUpdateNotify(RouteMap::SOURCE_PRODUCT,$route); |
-
请 注册 或 登录 后发表评论