Commit b68d9184 by 梅存智

课程保存注释掉了certificateClient.relateProject(param)

parent 86114cd1
......@@ -466,7 +466,7 @@ public class CourseController {
CourseVo courseVoDB = courseClient.getOne(courseVo.getId());
param.setBizdName(courseVoDB.getName());
param.setType(1);
certificateClient.relateProject(param);
// certificateClient.relateProject(param);
}
return BizResponse.ok();
}
......
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