正在显示
1 个修改的文件
包含
2 行增加
和
3 行删除
| @@ -99,7 +99,6 @@ class ProjectLogic extends BaseLogic | @@ -99,7 +99,6 @@ class ProjectLogic extends BaseLogic | ||
| 99 | DB::commit(); | 99 | DB::commit(); |
| 100 | }catch (\Exception $e){ | 100 | }catch (\Exception $e){ |
| 101 | DB::rollBack(); | 101 | DB::rollBack(); |
| 102 | - Log::error($e->getMessage()); | ||
| 103 | $this->fail('error'); | 102 | $this->fail('error'); |
| 104 | } | 103 | } |
| 105 | return $this->success(); | 104 | return $this->success(); |
| @@ -277,8 +276,8 @@ class ProjectLogic extends BaseLogic | @@ -277,8 +276,8 @@ class ProjectLogic extends BaseLogic | ||
| 277 | 'plan' => $param['deploy_build']['plan'], | 276 | 'plan' => $param['deploy_build']['plan'], |
| 278 | // 'api_no' => $param['id'], //改手动填 | 277 | // 'api_no' => $param['id'], //改手动填 |
| 279 | 'amount' => $param['payment']['amount'], | 278 | 'amount' => $param['payment']['amount'], |
| 280 | - 'contract' => json_encode($param['payment']['files']), | ||
| 281 | - 'bill' => json_encode($param['payment']['images']), | 279 | + 'contract' => json_encode($param['payment']['contract']), |
| 280 | + 'bill' => json_encode($param['payment']['bill']), | ||
| 282 | ]; | 281 | ]; |
| 283 | $renewModel = new ProjectRenew(); | 282 | $renewModel = new ProjectRenew(); |
| 284 | $renewModel->add($data); | 283 | $renewModel->add($data); |
-
请 注册 或 登录 后发表评论