mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
[fix]异常处理
This commit is contained in:
@@ -435,7 +435,10 @@ func GenConfigure(tableId, parentId int) {
|
||||
Status: "0",
|
||||
CreateBy: "admin",
|
||||
}
|
||||
insert := sysServices.SysMenuModelDao.Insert(menu)
|
||||
insert, _ := sysServices.SysMenuModelDao.Insert(menu)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
menuA := sysEntity.SysMenu{
|
||||
ParentId: insert.MenuId,
|
||||
MenuName: "新增" + tab.TableComment,
|
||||
|
||||
Reference in New Issue
Block a user