|  | @@ -158,7 +158,7 @@ public class SysMusicCompareRecordServiceImpl extends BaseServiceImpl<Long, SysM
 | 
											
												
													
														|  |  								if (CollectionUtils.isNotEmpty(wrappers)) {
 |  |  								if (CollectionUtils.isNotEmpty(wrappers)) {
 | 
											
												
													
														|  |  									StatGroupWrapper wrapper = wrappers.get(0);
 |  |  									StatGroupWrapper wrapper = wrappers.get(0);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -									compareRecord.setTrainTime(wrapper.getNumber().longValue());
 |  | 
 | 
											
												
													
														|  | 
 |  | +									compareRecord.setTrainTime(wrapper.getNumber().longValue() / 60);
 | 
											
												
													
														|  |  								}
 |  |  								}
 | 
											
												
													
														|  |  								// 先统计练习曲目
 |  |  								// 先统计练习曲目
 | 
											
												
													
														|  |  								if (CollectionUtils.isNotEmpty(musicWrappers)) {
 |  |  								if (CollectionUtils.isNotEmpty(musicWrappers)) {
 | 
											
										
											
												
													
														|  | @@ -184,7 +184,7 @@ public class SysMusicCompareRecordServiceImpl extends BaseServiceImpl<Long, SysM
 | 
											
												
													
														|  |  								if (CollectionUtils.isNotEmpty(wrappers)) {
 |  |  								if (CollectionUtils.isNotEmpty(wrappers)) {
 | 
											
												
													
														|  |  									StatGroupWrapper wrapper = wrappers.get(0);
 |  |  									StatGroupWrapper wrapper = wrappers.get(0);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -									compareRecord.setEvaluateTime(wrapper.getNumber().longValue());
 |  | 
 | 
											
												
													
														|  | 
 |  | +									compareRecord.setEvaluateTime(wrapper.getNumber().longValue() / 60);
 | 
											
												
													
														|  |  								}
 |  |  								}
 | 
											
												
													
														|  |  								// 先统计评测曲目
 |  |  								// 先统计评测曲目
 | 
											
												
													
														|  |  								if (CollectionUtils.isNotEmpty(musicWrappers)) {
 |  |  								if (CollectionUtils.isNotEmpty(musicWrappers)) {
 |