摘要: update SysRoleAction set UpdateOn = sr.UpdateOn from SysRole as sr, SysRoleAction as sra where sr.RoleValue=sra.RoleId and RoleValue=2 and sr.Id=42; 阅读全文
posted @ 2015-01-26 13:14 apegu 阅读(283) 评论(0) 推荐(0) 编辑