#98 deadline edited
This commit is contained in:
parent
8ffafd6693
commit
77ce908d58
@ -24,7 +24,7 @@ public class Deadline extends BaseEntity {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private Date date;
|
||||
|
||||
@OneToMany(targetEntity=User.class, fetch= FetchType.EAGER)
|
||||
@OneToMany(targetEntity = User.class, fetch = FetchType.EAGER)
|
||||
private List<User> executors;
|
||||
|
||||
private Boolean done;
|
||||
|
Loading…
Reference in New Issue
Block a user