Insert into [Application](ApplicationId, ApplicationMainId, PermissionName,
PermissionCode, ApplicationName, ControllerName, ActionName, Weight,
MenuDisplay, RedirectControllerName, RedirectActionName, CreateDate, CreateUser,
UpdateDate, UpdateUser)
Values(NEWID(),
'E4517A81-F2D7-41FF-BF55-4664EA00BF0B', NULL, NULL, '最新消息(手機)', 'MobileNews',
'index', 9, 1, NULL, NULL, '03-05-2012', 'admin', NULL, NULL)
Update [Application] set PermissionName = ''
Where ApplicationId = ''
Delete [Application]
Where ApplicationId = ''