update
This commit is contained in:
parent
c93bdab142
commit
86ef1081f2
|
@ -234,7 +234,7 @@ public class AppointService extends BaseService<AppointMapper, Appoint> {
|
|||
boolean flag = saveOrUpdate(appoint);
|
||||
|
||||
saveAppointAttachment(appoint.getId(), appointVoteStateRequest.getNominationPaperAttachmentName(),
|
||||
appointVoteStateRequest.getNominationPaperAttachmentPath(), loginUser, Appoint.STATE_PERFORM,
|
||||
appointVoteStateRequest.getNominationPaperAttachmentPath(), loginUser, Appoint.STATE_VOTE,
|
||||
appointVoteStateRequest.getNominationPaperAttachmentConferenceId(),
|
||||
appointVoteStateRequest.getNominationPaperAttachmentConferenceName());
|
||||
return !flag ? Ret.fail("操作失败") : Ret.ok().data(AppointWrapper.build().entityVO(appoint));
|
||||
|
|
Loading…
Reference in New Issue