master
shijie 4 years ago
parent c7cc76c799
commit 573d2ac2ed
  1. 2
      src/main/java/com/yipin/liuwanr/service/ProjectManagementService.java

@ -505,7 +505,7 @@ public class ProjectManagementService {
List<Role> roleList = mapper.queryProjectId(projectId); List<Role> roleList = mapper.queryProjectId(projectId);
obj.put("roleList",roleList); obj.put("roleList",roleList);
obj.put("judgmentPointsList", judgmentPointsList); obj.put("judgmentPointsList", judgmentPointsList);
obj.put("scoreIndexList", scoreIndexList); obj.put("scoreIndexList", score);
resp.put("retvalue", obj); resp.put("retvalue", obj);
resp.put("retcode", 200); resp.put("retcode", 200);
} catch (Exception e) { } catch (Exception e) {

Loading…
Cancel
Save