This commit is contained in:
lijiaqi 2022-09-06 09:16:08 +08:00
parent b1fb1b2714
commit 7e134f55bb
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ public class ConferenceAttachmentService extends BaseTreeService<ConferenceAttac
.build();
conferenceAttachment2.setCreatedAt(LocalDateTime.now());
conferenceAttachment2.setUpdatedAt(LocalDateTime.now());
conferenceAttachment2.setSortNo(9999);
flag = saveOrUpdate(conferenceAttachment2);
System.out.println(conferenceAttachment2);