我滴个乖乖
This commit is contained in:
11
ZelWiki.Repository/Scripts/GetMenuItemById.sql
Normal file
11
ZelWiki.Repository/Scripts/GetMenuItemById.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
SELECT
|
||||
[Id] as [Id],
|
||||
[Name] as [Name],
|
||||
[Link] as [Link],
|
||||
[Ordinal] as [Ordinal]
|
||||
FROM
|
||||
[MenuItem]
|
||||
WHERE
|
||||
Id = @Id
|
||||
ORDER BY
|
||||
[Ordinal]
|
||||
Reference in New Issue
Block a user