摘要:
1.如何同步根据部门表同步另外一个项目表的部门字段 update A set A.auditownerid=(select lp.epleaderId from (select ep.userid as epuserid,adp.leaderId as epleaderId from B ep le 阅读全文
摘要:
1.在应用程序中获取session,System.Web.HttpContext.Current.Session; 2.命名空间如下:IRequiresSessionState 调用方法 public class ProjectInfo : IHttpHandler,System.Web.Sessi 阅读全文