修改项目管理判分点bug

master
shijie 4 years ago
parent 12aa661c4f
commit 448078d20d
  1. 4
      src/main/java/com/yipin/liuwanr/service/ProjectManagementService.java

@ -678,9 +678,9 @@ public class ProjectManagementService {
//判分点id
Integer pointId = points.get(i).getJudgmentPointsId();
//根据该判分点得到数据库存储的对应数据
//JudgmentPoints point = mapper.getByjudgmentPointsId(pointId);
JudgmentPoints point = mapper.getByjudgmentPointsId(pointId);
JudgmentPoints point = mapper.newGetProjectId(pointId);
//JudgmentPoints point = mapper.newGetProjectId(pointId);
//取出绑定的项目id
String projectIds = point.getProjectId();
//取出实验要求

Loading…
Cancel
Save