综合评价铺导员导入显示

This commit is contained in:
zhy
2025-09-08 20:50:46 +08:00
parent 8090f9c807
commit 653bb3b0f7
2 changed files with 8 additions and 10 deletions

View File

@@ -81,7 +81,7 @@ public class SrsSportTestServiceImpl extends ServiceImpl<SrsSportTestMapper,Srs
temp.setCreateTime(new Date());
int res = srsSportTestMapper.insertSrsSportTest(temp);
if(res == 1){
cphTestForService.testMethod(Integer.parseInt(param.getStuYearId().toString()));
// cphTestForService.testMethod(Integer.parseInt(param.getStuYearId().toString()));
return AjaxResult.success();
}else{
throw new Exception("添加成绩失败");
@@ -91,7 +91,7 @@ public class SrsSportTestServiceImpl extends ServiceImpl<SrsSportTestMapper,Srs
temp.setTestScore(param.getTestScore());
int res = srsSportTestMapper.updateSrsSportTest(temp);
if(res == 1){
cphTestForService.testMethod(Integer.parseInt(param.getStuYearId().toString()));
// cphTestForService.testMethod(Integer.parseInt(param.getStuYearId().toString()));
return AjaxResult.success();
}else{
throw new Exception("修改成绩失败");