提交 1eda488c 编写于 作者: G Gökçen Güner

Revert "ACT-1724 member field access correction"

This reverts commit 2c8d6e39.
上级 a5bb0a9e
......@@ -52,8 +52,8 @@ public class HistoricTaskInstanceQueryImpl extends AbstractVariableQueryImpl<His
protected String taskName;
protected String taskNameLike;
protected String taskNameLikeIgnoreCase;
private List<String> taskNameList;
private List<String> taskNameListIgnoreCase;
protected List<String> taskNameList;
protected List<String> taskNameListIgnoreCase;
protected String taskParentTaskId;
protected String taskDescription;
protected String taskDescriptionLike;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册