|
|
|
@ -40,7 +40,7 @@ import java.util.List; |
|
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @author haotian |
|
|
|
|
* @author zijie |
|
|
|
|
* @version 1.0 |
|
|
|
|
* @className TeachingGradeController |
|
|
|
|
* @description 练习、考核成绩Controller |
|
|
|
@ -69,7 +69,7 @@ public class TeachingGradeController { |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @description 教师获取考核概况 |
|
|
|
|
* @author haotian |
|
|
|
|
* @author zijie |
|
|
|
|
* @date 2020-05-19 10:47:29 |
|
|
|
|
* @param [issueId, totalNum, caseId, response] |
|
|
|
|
* @return void |
|
|
|
@ -148,7 +148,7 @@ public class TeachingGradeController { |
|
|
|
|
* @param [issueId, notExamNum] |
|
|
|
|
* @return java.util.Map<java.lang.String, java.lang.Object> |
|
|
|
|
* @description 封装错误率 |
|
|
|
|
* @author haotian |
|
|
|
|
* @author zijie |
|
|
|
|
* @date 2019-11-08 18:27:22 |
|
|
|
|
**/ |
|
|
|
|
private Map<String, Object> getWrongStatistics(String issueId, Integer totalNum, List<TrainCaseTargetDto> trainCaseTargeList) { |
|
|
|
@ -311,7 +311,7 @@ public class TeachingGradeController { |
|
|
|
|
* @param [issueId, authorization] |
|
|
|
|
* @return java.util.Map<java.lang.String, java.lang.Object> |
|
|
|
|
* @description 重新成绩同步 |
|
|
|
|
* @author haotian |
|
|
|
|
* @author zijie |
|
|
|
|
* @date 2019-11-08 18:39:55 |
|
|
|
|
**/ |
|
|
|
|
@GetMapping("/studyGrade/reSynchroze") |
|
|
|
@ -541,7 +541,7 @@ public class TeachingGradeController { |
|
|
|
|
* @param [cell, wb, str, startIndex, endIndex] |
|
|
|
|
* @return void |
|
|
|
|
* @description poi实现单元格中部分字体颜色设定 |
|
|
|
|
* @author haotian |
|
|
|
|
* @author zijie |
|
|
|
|
* @date 2019-12-10 16:19:48 |
|
|
|
|
**/ |
|
|
|
|
private void setFontColor(HSSFWorkbook wb, HSSFCell cell, String str, int startIndex, int endIndex) { |
|
|
|
|