refactor🎨: 批量修改通过id获取详情返回消息

This commit is contained in:
zhangwenjian
2021-06-13 21:14:17 +08:00
parent cc0dab3cd0
commit 4a2aa02210
15 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ func (e SysRole) Get(c *gin.Context) {
return
}
e.OK(object, "查成功")
e.OK(object, "查成功")
}
// Insert