|  | @@ -137,7 +137,7 @@ public class ImGroupController extends BaseController {
 | 
											
												
													
														|  |              try {
 |  |              try {
 | 
											
												
													
														|  |                  List<ImHistoryMessage> info;
 |  |                  List<ImHistoryMessage> info;
 | 
											
												
													
														|  |                  //计算总数据量
 |  |                  //计算总数据量
 | 
											
												
													
														|  | -                double count = imGroupService.queryCount();
 |  | 
 | 
											
												
													
														|  | 
 |  | +                int count = imGroupService.queryCount();
 | 
											
												
													
														|  |                  //计算调用次数
 |  |                  //计算调用次数
 | 
											
												
													
														|  |  //                int num = (int) Math.ceil(count / 100);
 |  |  //                int num = (int) Math.ceil(count / 100);
 | 
											
												
													
														|  |  //                for (int i = 1; i <=num ; i++) {
 |  |  //                for (int i = 1; i <=num ; i++) {
 | 
											
										
											
												
													
														|  | @@ -149,7 +149,7 @@ public class ImGroupController extends BaseController {
 | 
											
												
													
														|  |  //                    //IM导入
 |  |  //                    //IM导入
 | 
											
												
													
														|  |  //                    imGroupService.importInfo(info);
 |  |  //                    imGroupService.importInfo(info);
 | 
											
												
													
														|  |  //                }
 |  |  //                }
 | 
											
												
													
														|  | -                info = imGroupService.getRongYunInfo(1,Integer.parseInt(String.valueOf(count)));
 |  | 
 | 
											
												
													
														|  | 
 |  | +                info = imGroupService.getRongYunInfo(1,count);
 | 
											
												
													
														|  |                  //IM导入
 |  |                  //IM导入
 | 
											
												
													
														|  |                  imGroupService.importInfo(info);
 |  |                  imGroupService.importInfo(info);
 | 
											
												
													
														|  |              } catch (Exception e) {
 |  |              } catch (Exception e) {
 |