update
This commit is contained in:
parent
b1fb1b2714
commit
7e134f55bb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue