满足了开开的一个愿望
parent
a257d53021
commit
6975515b87
|
@ -92,7 +92,7 @@ public class Task {
|
||||||
if (father.getTaskId() == 0)
|
if (father.getTaskId() == 0)
|
||||||
return true;
|
return true;
|
||||||
if (this.getTaskType().equals("缺陷")) {
|
if (this.getTaskType().equals("缺陷")) {
|
||||||
return false;
|
return father.getTaskType().equals("需求");
|
||||||
} else if (this.getTaskType().equals("需求")) {
|
} else if (this.getTaskType().equals("需求")) {
|
||||||
return father.getTaskType().equals("需求");
|
return father.getTaskType().equals("需求");
|
||||||
} else if (this.getTaskType().equals("任务")) {
|
} else if (this.getTaskType().equals("任务")) {
|
||||||
|
|
Loading…
Reference in New Issue