|
|
@ -678,9 +678,9 @@ public class ProjectManagementService { |
|
|
|
//判分点id
|
|
|
|
//判分点id
|
|
|
|
Integer pointId = points.get(i).getJudgmentPointsId(); |
|
|
|
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
|
|
|
|
//取出绑定的项目id
|
|
|
|
String projectIds = point.getProjectId(); |
|
|
|
String projectIds = point.getProjectId(); |
|
|
|
//取出实验要求
|
|
|
|
//取出实验要求
|
|
|
|