|
...
|
...
|
@@ -25,7 +25,7 @@ func (srv CooperationProjectService) CreateCooperationProject(createCooperationP |
|
|
|
CooperationProjectName: createCooperationProjectCommand.CooperationProjectName,
|
|
|
|
PublisherUid: int(createCooperationProjectCommand.Operator.UserId),
|
|
|
|
SponsorUid: createCooperationProjectCommand.CooperationProjectSponsor,
|
|
|
|
CooperationProjectUndertakerType: createCooperationProjectCommand.CooperationProjectUndertakerType,
|
|
|
|
CooperationProjectUndertakerTypes: createCooperationProjectCommand.CooperationProjectUndertakerType,
|
|
|
|
Attachment: createCooperationProjectCommand.Attachment,
|
|
|
|
DepartmentId: createCooperationProjectCommand.OrgId,
|
|
|
|
})
|
|
...
|
...
|
@@ -57,7 +57,7 @@ func (srv CooperationProjectService) UpdateCooperationProject(updateCooperationP |
|
|
|
CooperationProjectId: updateCooperationProjectCommand.CooperationProjectId,
|
|
|
|
CooperationProjectName: updateCooperationProjectCommand.CooperationProjectName,
|
|
|
|
CooperationModeNumber: updateCooperationProjectCommand.CooperationModeNumber,
|
|
|
|
CooperationProjectUndertakerType: updateCooperationProjectCommand.CooperationProjectUndertakerType,
|
|
|
|
CooperationProjectUndertakerTypes: updateCooperationProjectCommand.CooperationProjectUndertakerType,
|
|
|
|
SponsorUid: strconv.Itoa(int(updateCooperationProjectCommand.CooperationProjectSponsor)),
|
|
|
|
PublisherUid: strconv.Itoa(int(updateCooperationProjectCommand.Operator.UserId)),
|
|
|
|
CooperationProjectDescription: updateCooperationProjectCommand.CooperationProjectDescription,
|
...
|
...
|
|