|
@@ -132,7 +132,8 @@ public class ExtracurricularExercisesReplyServiceImpl extends BaseServiceImpl<Lo
|
|
if(Objects.isNull(existExtra)){
|
|
if(Objects.isNull(existExtra)){
|
|
throw new BizException("作业不存在");
|
|
throw new BizException("作业不存在");
|
|
}
|
|
}
|
|
- boolean push=Objects.isNull(existExtra.getAttachments());
|
|
|
|
|
|
+// boolean push=Objects.isNull(existExtra.getAttachments());
|
|
|
|
+ boolean push=true;
|
|
ExtracurricularExercises extracurricularExercises = extracurricularExercisesDao.get(existExtra.getExtracurricularExercisesId());
|
|
ExtracurricularExercises extracurricularExercises = extracurricularExercisesDao.get(existExtra.getExtracurricularExercisesId());
|
|
if(Objects.isNull(extracurricularExercises)){
|
|
if(Objects.isNull(extracurricularExercises)){
|
|
throw new BizException("作业不存在");
|
|
throw new BizException("作业不存在");
|