正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -25,7 +25,7 @@ func (srv CooperationProjectService) CreateCooperationProject(createCooperationP | @@ -25,7 +25,7 @@ func (srv CooperationProjectService) CreateCooperationProject(createCooperationP | ||
| 25 | CooperationProjectName: createCooperationProjectCommand.CooperationProjectName, | 25 | CooperationProjectName: createCooperationProjectCommand.CooperationProjectName, |
| 26 | PublisherUid: int(createCooperationProjectCommand.Operator.UserId), | 26 | PublisherUid: int(createCooperationProjectCommand.Operator.UserId), |
| 27 | SponsorUid: createCooperationProjectCommand.CooperationProjectSponsor, | 27 | SponsorUid: createCooperationProjectCommand.CooperationProjectSponsor, |
| 28 | - CooperationProjectUndertakerType: createCooperationProjectCommand.CooperationProjectUndertakerType, | 28 | + CooperationProjectUndertakerTypes: createCooperationProjectCommand.CooperationProjectUndertakerType, |
| 29 | Attachment: createCooperationProjectCommand.Attachment, | 29 | Attachment: createCooperationProjectCommand.Attachment, |
| 30 | DepartmentId: createCooperationProjectCommand.OrgId, | 30 | DepartmentId: createCooperationProjectCommand.OrgId, |
| 31 | }) | 31 | }) |
| @@ -57,7 +57,7 @@ func (srv CooperationProjectService) UpdateCooperationProject(updateCooperationP | @@ -57,7 +57,7 @@ func (srv CooperationProjectService) UpdateCooperationProject(updateCooperationP | ||
| 57 | CooperationProjectId: updateCooperationProjectCommand.CooperationProjectId, | 57 | CooperationProjectId: updateCooperationProjectCommand.CooperationProjectId, |
| 58 | CooperationProjectName: updateCooperationProjectCommand.CooperationProjectName, | 58 | CooperationProjectName: updateCooperationProjectCommand.CooperationProjectName, |
| 59 | CooperationModeNumber: updateCooperationProjectCommand.CooperationModeNumber, | 59 | CooperationModeNumber: updateCooperationProjectCommand.CooperationModeNumber, |
| 60 | - CooperationProjectUndertakerType: updateCooperationProjectCommand.CooperationProjectUndertakerType, | 60 | + CooperationProjectUndertakerTypes: updateCooperationProjectCommand.CooperationProjectUndertakerType, |
| 61 | SponsorUid: strconv.Itoa(int(updateCooperationProjectCommand.CooperationProjectSponsor)), | 61 | SponsorUid: strconv.Itoa(int(updateCooperationProjectCommand.CooperationProjectSponsor)), |
| 62 | PublisherUid: strconv.Itoa(int(updateCooperationProjectCommand.Operator.UserId)), | 62 | PublisherUid: strconv.Itoa(int(updateCooperationProjectCommand.Operator.UserId)), |
| 63 | CooperationProjectDescription: updateCooperationProjectCommand.CooperationProjectDescription, | 63 | CooperationProjectDescription: updateCooperationProjectCommand.CooperationProjectDescription, |
-
请 注册 或 登录 后发表评论