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
updat
add_mode
DengBiao
1 year ago
parent
9ccc2c6ff0
commit
87f4034a3f
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
Err(c, e.ERR, "当前年级下存在未删除的班级!"
)
e.Out
Suc(c, "当前年级下存在未删除的班级!", nil
)
return
}
_, err = gradeDb.GradeDeleteBySession(grade.Id)
Write
Preview
Loading…
Cancel
Save