正在显示
1 个修改的文件
包含
0 行增加
和
5 行删除
| @@ -142,11 +142,6 @@ func (controller *CooperationApplicationController) SearchCooperationApplication | @@ -142,11 +142,6 @@ func (controller *CooperationApplicationController) SearchCooperationApplication | ||
| 142 | if err != nil { | 142 | if err != nil { |
| 143 | log.Logger.Error("json 解析失败" + err.Error()) | 143 | log.Logger.Error("json 解析失败" + err.Error()) |
| 144 | } | 144 | } |
| 145 | - header := controller.GetRequestHeader(controller.Ctx) | ||
| 146 | - searchCooperationApplicationQuery.CompanyId = header.CompanyId | ||
| 147 | - searchCooperationApplicationQuery.OrgId = header.OrgId | ||
| 148 | - searchCooperationApplicationQuery.UserId = header.UserId | ||
| 149 | - searchCooperationApplicationQuery.UserBaseId = header.UserBaseId | ||
| 150 | data, err := cooperationApplicationService.SearchCooperationApplication(searchCooperationApplicationQuery) | 145 | data, err := cooperationApplicationService.SearchCooperationApplication(searchCooperationApplicationQuery) |
| 151 | controller.Response(data, err) | 146 | controller.Response(data, err) |
| 152 | } | 147 | } |
-
请 注册 或 登录 后发表评论