Commit d419e42b authored by yaobaizheng's avatar yaobaizheng

合伙招商api

parent 208cb384
......@@ -253,6 +253,9 @@ public class PartnerProjectInfoServiceImpl extends ServiceImpl<PartnerProjectInf
vo.setTodoStatus(partnerProjectInfo.getTodoStatus());
vo.setTodoStatusDescription(partnerProjectInfo.getTodoStatusDescription());
}
if(e.getCurrentNodeStatus() != PartnerProjectStatusEnum.CURRENT_NODES_END.getCode()){
vo.setUpdateTime("");
}
return vo;
}).collect(Collectors.toList());
partnerExamineProjectInfoVO.setPartnerProjectStatusChangeLogs(collect);
......
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