Merge branch 'master' of http://gitea.yxtsoft.com/yxt_group/demo
This commit is contained in:
@@ -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("提交失败,请选择提交的教师");
|
||||||
|
|||||||
Reference in New Issue
Block a user