摘要: 业务层代码://将解析的更新人员数据批量同步到数据库+(void)operateCompUsers:(NSMutableArray*)operateCompUsers{ sqliteHelper *mysqlite = [[sqliteHelper alloc]init]; if (operateCompUsers.count<=0) return; if([mysqlite openDatabase:@"ucab_db.db"]) { NSMutableArray *transactionSql= [[NSMutableArray alloc]init]... 阅读全文
posted @ 2014-01-08 21:47 ygm900 阅读(6858) 评论(1) 推荐(0)