Commit 601b115f authored by yaobaizheng's avatar yaobaizheng

合伙招商api

parent 9d205387
......@@ -117,6 +117,7 @@ public class PartnerProjectInfoServiceImpl extends ServiceImpl<PartnerProjectInf
partnerProjectInfoVO.getPartnerProjectInfo().setStatusDescription(meaasge);
partnerProjectInfoVO.getPartnerProjectInfo().setTodoStatus(PartnerProjectToDoEnum.TODOSTATUS_1.getCode());
partnerProjectInfoVO.getPartnerProjectInfo().setTodoStatusDescription(PartnerProjectToDoEnum.TODOSTATUS_1.getMessage());
partnerProjectInfoVO.getPartnerProjectInfo().setUpdateTime(new Date());
this.saveOrUpdate(partnerProjectInfoVO.getPartnerProjectInfo());
System.out.println("确认当前接口是否调用!!!!!!!!!!!!!!");
......
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