mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2026-04-26 00:00:04 +08:00
组织机构
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"script" : null,
|
||||
"groupId" : "67b2ce258e24491194b74992958c74aa",
|
||||
"name" : "获取排序号",
|
||||
"createTime" : 1634724871167,
|
||||
"updateTime" : 1634724871167,
|
||||
"createTime" : null,
|
||||
"updateTime" : 1641732167291,
|
||||
"lock" : "0",
|
||||
"method" : "GET",
|
||||
"path" : "/sort",
|
||||
@@ -33,4 +33,6 @@
|
||||
"optionMap" : { }
|
||||
}
|
||||
================================
|
||||
return db.selectInt("""select max(sort) + 10 from sys_menu where pid = #{pid} and is_del = '0'""") || 10;
|
||||
return db.selectInt("""
|
||||
select max(sort) + 10 from sys_menu where pid = #{pid} and is_del = '0'
|
||||
""") || 10;
|
||||
Reference in New Issue
Block a user