摘要: /// /// 获取父ids /// /// 组织机构列表 /// 当前授信主体父id /// private List GetParentIds(List groups, int parentId) ... 阅读全文
posted @ 2016-01-12 10:52 zzhi.wang 阅读(557) 评论(0) 推荐(0) 编辑
摘要: public decimal TransactionTest(){decimal v = 0;using (MySqlConnection con = new MySqlConnection(connectionString)){con.Open();using (MySqlTransaction ... 阅读全文
posted @ 2016-01-12 10:31 zzhi.wang 阅读(619) 评论(0) 推荐(0) 编辑