综合评价铺导员导入显示
This commit is contained in:
@@ -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("修改成绩失败");
|
||||
|
||||
Reference in New Issue
Block a user