|  | @@ -287,7 +287,7 @@ public class QwSopTempServiceImpl implements IQwSopTempService
 | 
											
												
													
														|  |      @Override
 |  |      @Override
 | 
											
												
													
														|  |      public List<QwSopTempRedPackageVo> redList(String id) {
 |  |      public List<QwSopTempRedPackageVo> redList(String id) {
 | 
											
												
													
														|  |          List<QwSopTempDay> dayList = qwSopTempRulesService.listByTempIdAll(id);
 |  |          List<QwSopTempDay> dayList = qwSopTempRulesService.listByTempIdAll(id);
 | 
											
												
													
														|  | -        if(CollectionUtils.isNotEmpty(dayList)){
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if(CollectionUtils.isEmpty(dayList)){
 | 
											
												
													
														|  |              return Collections.emptyList();
 |  |              return Collections.emptyList();
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          List<QwSopTempRules> rules = dayList.stream()
 |  |          List<QwSopTempRules> rules = dayList.stream()
 |