Commit 1697635a authored by yaobaizheng's avatar yaobaizheng

合伙招商后台

parent 019b55ed
......@@ -168,6 +168,10 @@ public class PartnerProjectInfoServiceImpl implements IPartnerProjectInfoService
}
}
if(changeStatusVO.getStatus() == PartnerProjectExamineEnum.PROJECTSTATUS8.getCode()){
partnerProjectInfoUp.setTodoStatus(PartnerProjectToDoEnum.TODOSTATUS_1.getCode());
partnerProjectInfoUp.setTodoStatusDescription(PartnerProjectToDoEnum.TODOSTATUS_1.getMessage());
}
if(changeStatusVO.getStatus() == PartnerProjectExamineEnum.PROJECTSTATUS4.getCode()){
partnerProjectInfoUp.setTodoStatus(PartnerProjectToDoEnum.TODOSTATUS1.getCode());
partnerProjectInfoUp.setTodoStatusDescription(PartnerProjectToDoEnum.getValueByCode(PartnerProjectToDoEnum.TODOSTATUS1.getCode()));
......
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