Commit 5d91bb6c by hzc

修改bug

parent 019561d8
...@@ -626,7 +626,7 @@ public class TaskServiceImpl implements TaskService { ...@@ -626,7 +626,7 @@ public class TaskServiceImpl implements TaskService {
if (CollectionUtils.isNotEmpty(tasks)) { if (CollectionUtils.isNotEmpty(tasks)) {
boolean found = false; boolean found = false;
for (Task t : tasks) { for (Task t : tasks) {
if (t.getStatus() == Constants.APPLY_STATE_DRAFT || t.getStatus() == Constants.APPLY_STATE_AUDITING) { if (t.getStatus() == Constants.APPLY_STATE_DRAFT || t.getStatus() == Constants.APPLY_STATE_AUDITING||t.getStatus()==Constants.APPLY_STATE_ISSUE) {
found = true; found = true;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment