修改saveUsers存储过程

This commit is contained in:
liuchun_0206@163.com 2016-11-11 10:46:42 +08:00
parent 6628a38120
commit 3dd3c92fc8
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ BEGIN
if @type='0'
begin
Insert Into Users (UserName, Password, PassSalt, DisplayName, RegisterTime, Description)values(@userName,@password,@passSalt,@displayName,GETDATE(),@description)
insert into Notifications(Category,Title,Content,RegisterTime,Status)values(0,@userName,@description,GETDATE(),1)
insert into Notifications(Category,Title,Content,RegisterTime,Status)values(0,@userName,@description,GETDATE(),0)
end
else
begin