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