From 448078d20d7ad785db59dd94e53894a69aa0b894 Mon Sep 17 00:00:00 2001 From: shijie <648688341@qq.com> Date: Thu, 25 Feb 2021 15:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=88=A4=E5=88=86=E7=82=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/yipin/liuwanr/service/ProjectManagementService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/yipin/liuwanr/service/ProjectManagementService.java b/src/main/java/com/yipin/liuwanr/service/ProjectManagementService.java index a74ea0b..eadd5e5 100644 --- a/src/main/java/com/yipin/liuwanr/service/ProjectManagementService.java +++ b/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(); //取出实验要求