|
|
|
@ -56,7 +56,8 @@ public class ExperimentalReportServiceImpl extends ServiceImpl<ExperimentalRepor |
|
|
|
|
Integer systemId = reportDao.querySystemId(recordId); |
|
|
|
|
|
|
|
|
|
//python实验
|
|
|
|
|
if (systemId == 1 | systemId == 4 | systemId == 5) { |
|
|
|
|
if (systemId != 2 || systemId != 3) { |
|
|
|
|
/*if (systemId == 1 | systemId == 4 | systemId == 5) {*/ |
|
|
|
|
List<AchievementManagementVO> data = achievementManagementDao.queryPythonTest(recordId); |
|
|
|
|
HashMap<String, Object> map = new HashMap<>(); |
|
|
|
|
map.put("data", data); |
|
|
|
|