添加返回值
This commit is contained in:
@@ -151,6 +151,7 @@ public class SysPlanService extends MybatisBaseService<SysPlanMapper, SysPlan> {
|
||||
if (i == 0){
|
||||
return rb.setMsg("提交失败");
|
||||
}
|
||||
return rb.success().setMsg("提交成功");
|
||||
}
|
||||
if (sysPlan.getTeacherNo() == null){
|
||||
return rb.setMsg("提交失败,请选择提交的教师");
|
||||
|
||||
Reference in New Issue
Block a user