This commit is contained in:
lijiaqi 2022-11-09 10:43:45 +08:00
parent c93bdab142
commit 86ef1081f2
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ public class AppointService extends BaseService<AppointMapper, Appoint> {
boolean flag = saveOrUpdate(appoint); boolean flag = saveOrUpdate(appoint);
saveAppointAttachment(appoint.getId(), appointVoteStateRequest.getNominationPaperAttachmentName(), saveAppointAttachment(appoint.getId(), appointVoteStateRequest.getNominationPaperAttachmentName(),
appointVoteStateRequest.getNominationPaperAttachmentPath(), loginUser, Appoint.STATE_PERFORM, appointVoteStateRequest.getNominationPaperAttachmentPath(), loginUser, Appoint.STATE_VOTE,
appointVoteStateRequest.getNominationPaperAttachmentConferenceId(), appointVoteStateRequest.getNominationPaperAttachmentConferenceId(),
appointVoteStateRequest.getNominationPaperAttachmentConferenceName()); appointVoteStateRequest.getNominationPaperAttachmentConferenceName());
return !flag ? Ret.fail("操作失败") : Ret.ok().data(AppointWrapper.build().entityVO(appoint)); return !flag ? Ret.fail("操作失败") : Ret.ok().data(AppointWrapper.build().entityVO(appoint));