2016年3月29日
摘要: string sql = @"update a set a.M_ParentID=b.M_ParentID, a.M_Name=b.M_Name, a.M_Seq=b.M_Seq from SysMenu_BySchool a inner join ("; foreach (SysMenu_BySchoolEntity m in lstMenu) { sql += string.Format(... 阅读全文
posted @ 2016-03-29 10:42 雪原日暮 阅读(190) 评论(0) 推荐(0) 编辑