Commit dd216356 by zhangdongwei-intern

修改

parent b4fd0ed5
......@@ -408,7 +408,7 @@ public class PersonalStageJumpBizImpl implements PersonalStageJumpBiz {
Long stageId = currentStageUser.getPersonalStageId();
PersonalStage personalStage = personalStageDao.getById(stageId);
Long jumpPaperId = personalStage.getPaperId();
if (paperId.equals(jumpPaperId)){
if (!paperId.equals(jumpPaperId)){
//如果不是当前阶段的需求单id,则不处理
return false;
}
......
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