This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
smart_canteen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
add_mode
DengBiao
1 year ago
parent
87f4034a3f
commit
4dfc943716
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/admin/hdl/enterprise_manage/hdl_self_support_for_school.go
+ 1
- 1
app/admin/hdl/enterprise_manage/hdl_self_support_for_school.go
View File
@@ -547,7 +547,7 @@ func SelfSupportForSchoolGradeDelete(c *gin.Context) {
return
}
if len(*class) > 0 {
e.Out
Suc(c, "当前年级下存在未删除的班级!", nil
)
e.Out
Err(c, e.ERR_FORBIDEN, "当前年级下存在未删除的班级!"
)
return
}
_, err = gradeDb.GradeDeleteBySession(grade.Id)
Write
Preview
Loading…
Cancel
Save