...
|
...
|
@@ -28,7 +28,7 @@ func (cooperationProjectService *CooperationProjectService) CreateCooperationPro |
|
|
PublisherUid: int(createCooperationProjectCommand.Operator.UserId),
|
|
|
SponsorUid: createCooperationProjectCommand.CooperationProjectSponsor,
|
|
|
DepartmentId: int(createCooperationProjectCommand.DepartmentId),
|
|
|
CooperationProjectUndertakerType: createCooperationProjectCommand.CooperationProjectUndertakerType,
|
|
|
CooperationProjectUndertakerTypes: createCooperationProjectCommand.CooperationProjectUndertakerType,
|
|
|
Attachment: createCooperationProjectCommand.Images,
|
|
|
})
|
|
|
|
...
|
...
|
@@ -138,7 +138,7 @@ func (cooperationProjectService *CooperationProjectService) UpdateCooperationPro |
|
|
CooperationProjectId: updateCooperationProjectCommand.CooperationProjectId,
|
|
|
CooperationProjectName: updateCooperationProjectCommand.CooperationProjectName,
|
|
|
CooperationModeNumber: updateCooperationProjectCommand.CooperationModeNumber,
|
|
|
CooperationProjectUndertakerType: updateCooperationProjectCommand.CooperationProjectUndertakerType,
|
|
|
CooperationProjectUndertakerTypes: updateCooperationProjectCommand.CooperationProjectUndertakerType,
|
|
|
SponsorUid: updateCooperationProjectCommand.CooperationProjectSponsor,
|
|
|
PublisherUid: strconv.Itoa(int(updateCooperationProjectCommand.Operator.UserId)),
|
|
|
CooperationProjectDescription: updateCooperationProjectCommand.CooperationProjectDescription,
|
...
|
...
|
|