Co-authored-by: JinyLeeChina <297062848@qq.com>
@ -211,9 +211,11 @@ public class TaskNode {
}
public void setDepList(List<String> depList) {
if (depList != null) {
this.depList = depList;
this.preTasks = JSONUtils.toJsonString(depList);
public String getLoc() {
return loc;