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