|
|
|
@ -15,7 +15,7 @@ public interface ISysTrainingScoreService {
|
|
|
|
|
|
|
|
|
|
AjaxResult uploadReport(MultipartFile file, String fileName, Long id);
|
|
|
|
|
|
|
|
|
|
AjaxResult saveOrSubmitReport(String content, Long userId,boolean isSubmit);
|
|
|
|
|
AjaxResult saveOrSubmitReport(String content, Long userId, boolean isSubmit);
|
|
|
|
|
|
|
|
|
|
void updateByPrimaryKeySelective(SysTrainingScore sysTrainingScore);
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ public interface ISysTrainingScoreService {
|
|
|
|
|
|
|
|
|
|
PageInfo<ReportDto> teacherGetReport(Integer index, Integer size, Double reportWeight, Double operatorWeight, String keyWord, String stuClass);
|
|
|
|
|
|
|
|
|
|
List<String>selectClass();
|
|
|
|
|
List<String> selectClass();
|
|
|
|
|
|
|
|
|
|
void deleteByUserId(Long userId);
|
|
|
|
|
|
|
|
|
|