This commit is contained in:
fengdong777
2023-05-04 10:17:32 +08:00

View File

@@ -151,6 +151,7 @@ public class SysPlanService extends MybatisBaseService<SysPlanMapper, SysPlan> {
if (i == 0){ if (i == 0){
return rb.setMsg("提交失败"); return rb.setMsg("提交失败");
} }
return rb.success().setMsg("提交成功");
} }
if (sysPlan.getTeacherNo() == null){ if (sysPlan.getTeacherNo() == null){
return rb.setMsg("提交失败,请选择提交的教师"); return rb.setMsg("提交失败,请选择提交的教师");