From 0f66ef9d6c713bd26746f2b52b0fc076854430ab Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Fri, 11 Nov 2016 13:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=BC=96=E7=A0=81=E4=B8=BAUTF-8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DatabaseScripts/Procedures.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DatabaseScripts/Procedures.sql b/DatabaseScripts/Procedures.sql index 844f2f7d..9269f6f5 100644 --- a/DatabaseScripts/Procedures.sql +++ b/DatabaseScripts/Procedures.sql @@ -1,4 +1,4 @@ -SET ANSI_NULLS ON +锘縎ET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO @@ -127,11 +127,11 @@ BEGIN -- Insert statements for procedure here if @userName = '' or @userName is null select n.*, d.Name as CategoryName, ln.Name as ParentName - from Navigations n inner join Dicts d on n.Category = d.Code and d.Category = N'菜单' and d.Define = 0 + from Navigations n inner join Dicts d on n.Category = d.Code and d.Category = N'鑿滃崟' and d.Define = 0 left join Navigations ln on n.ParentId = ln.ID else select n.*, d.Name as CategoryName, ln.Name as ParentName - from Navigations n inner join Dicts d on n.Category = d.Code and d.Category = N'菜单' and d.Define = 0 + from Navigations n inner join Dicts d on n.Category = d.Code and d.Category = N'鑿滃崟' and d.Define = 0 left join Navigations ln on n.ParentId = ln.ID inner join ( select nr.NavigationID from Users u @@ -178,7 +178,7 @@ CREATE PROCEDURE [dbo].[Proc_SaveUsers] @passSalt varchar(max), @displayName varchar(max), @description varchar(max), - --type=0表示自由注册,type=1表示系统添加 + --type=0琛ㄧず鑷敱娉ㄥ唽锛宼ype=1琛ㄧず绯荤粺娣诲姞 @type varchar(max) WITH ENCRYPTION AS