Commit 82951a5f authored by yaobaizheng's avatar yaobaizheng

合伙招商后台

parent a37a2109
...@@ -133,8 +133,10 @@ public class PartnerProjectInfoServiceImpl implements IPartnerProjectInfoService ...@@ -133,8 +133,10 @@ public class PartnerProjectInfoServiceImpl implements IPartnerProjectInfoService
//更新项目的信息 //更新项目的信息
PartnerProjectInfo partnerProjectInfoUp = new PartnerProjectInfo(); PartnerProjectInfo partnerProjectInfoUp = new PartnerProjectInfo();
partnerProjectInfoUp.setId(changeStatusVO.getProjectId()); partnerProjectInfoUp.setId(changeStatusVO.getProjectId());
partnerProjectInfoUp.setTodoStatus(PartnerProjectToDoEnum.TODOSTATUS_1.getCode()); // if(){
partnerProjectInfoUp.setTodoStatusDescription(PartnerProjectToDoEnum.TODOSTATUS_1.getMessage()); // partnerProjectInfoUp.setTodoStatus(PartnerProjectToDoEnum.TODOSTATUS_1.getCode());
// partnerProjectInfoUp.setTodoStatusDescription(PartnerProjectToDoEnum.TODOSTATUS_1.getMessage());
// }
int nextCodeByCode = PartnerProjectExamineEnum.getNextCodeByCode(changeStatusVO.getStatus()); int nextCodeByCode = PartnerProjectExamineEnum.getNextCodeByCode(changeStatusVO.getStatus());
String message = PartnerProjectExamineEnum.getValueByCode(nextCodeByCode); String message = PartnerProjectExamineEnum.getValueByCode(nextCodeByCode);
if(nextCodeByCode == 9){ if(nextCodeByCode == 9){
......
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