| | |
| | | } else if (delegateExecution.getCurrentActivityId().equals("apply")) { |
| | | applyEntity.setApplyStatus(4); |
| | | } else if (delegateExecution.getCurrentActivityId().equals("constructionPass")) { |
| | | applyEntity.setApplyStatus(5); |
| | | applyEntity.setApplyStatus(7); |
| | | } else if (delegateExecution.getCurrentActivityId().equals("applyNotPass")) { |
| | | applyEntity.setApplyStatus(6); |
| | | } else if (delegateExecution.getCurrentActivityId().equals("ownersCommitteeFlag0")) { |
| | | applyEntity.setApplyStatus(2); |
| | | } else if (delegateExecution.getCurrentActivityId().equals("srConstructionPass")) { |
| | | applyEntity.setApplyStatus(5); |
| | | } |
| | | bean.updateById(applyEntity); |
| | | } |