|
|
@@ -120,11 +120,6 @@ public class AssessmentTemplatePlanController {
|
|
|
}
|
|
|
if(dto.getStatus() == 1){
|
|
|
templatePlan.setStartTime(new Date());
|
|
|
- if(templatePlan.getIsNeedConfirm() == 1){
|
|
|
- planService.sendMsgToTeacher(templatePlan);
|
|
|
- }else{
|
|
|
- planService.sendMsgToClass(templatePlan);
|
|
|
- }
|
|
|
}else if(dto.getStatus() == 2){
|
|
|
templatePlan.setEndTime(new Date());
|
|
|
}
|