fix 任务列表-任务名称搜索不生效
This commit is contained in:
parent
44abed9927
commit
94fcdc0830
|
|
@ -43,4 +43,7 @@ public class TaskQuery extends CommonParam {
|
|||
*/
|
||||
@TableField(value = "end_time")
|
||||
private LocalDateTime endTime;
|
||||
|
||||
@Condition(name = "name", type = Condition.ConditionType.eq)
|
||||
private String deptName;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue