|
|
|
@ -776,7 +776,7 @@ public class TeacherOpenCourseQuestionSettingService extends CoreBaseService<Tea
|
|
|
|
|
*/
|
|
|
|
|
public void validateFinallySubmitThrow(Long questionSettingId, Long studentId, String throwMessage) {
|
|
|
|
|
boolean isZeroCount = false;
|
|
|
|
|
if (!ObjectUtil.isAllNotEmpty(questionSettingId, studentId)) {
|
|
|
|
|
if (ObjectUtil.isAllNotEmpty(questionSettingId, studentId)) {
|
|
|
|
|
// 查询未提交题目数量,
|
|
|
|
|
long notSubmitCount = teacherOpenCourseQuestionLogDao.createLambdaQuery()
|
|
|
|
|
.andEq(TeacherOpenCourseQuestionLog::getTeacherOpenCourseQuestionSettingId, questionSettingId)
|
|
|
|
|