mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-01 02:38:43 +08:00 
			
		
		
		
	【bug】解决满减活动未到时间,还显示的问题
This commit is contained in:
		| @@ -66,11 +66,12 @@ public interface RewardActivityMapper extends BaseMapperX<RewardActivityDO> { | ||||
|                 .eq(RewardActivityDO::getStatus,status) | ||||
|                 .lt(RewardActivityDO::getStartTime, dateTime) | ||||
|                 .gt(RewardActivityDO::getEndTime, dateTime) | ||||
|                 .and(i -> i. eq(RewardActivityDO::getProductScope, PromotionProductScopeEnum.SPU.getScope()).and(i1 -> i1.apply(productScopeValuesFindInSetFunc.apply(spuIds)))) | ||||
|                 .or(i -> i.eq(RewardActivityDO::getProductScope, PromotionProductScopeEnum.ALL.getScope())) | ||||
|                 .or(i -> i. eq(RewardActivityDO::getProductScope, PromotionProductScopeEnum.CATEGORY.getScope()).and(i1 -> i1.apply(productScopeValuesFindInSetFunc.apply(categoryIds)))) | ||||
|                 .and(i -> i.eq(RewardActivityDO::getProductScope, PromotionProductScopeEnum.SPU.getScope()) | ||||
|                         .and(i1 -> i1.apply(productScopeValuesFindInSetFunc.apply(spuIds))) | ||||
|                         .or(i1 -> i1.eq(RewardActivityDO::getProductScope, PromotionProductScopeEnum.ALL.getScope())) | ||||
|                         .or(i1 -> i1.eq(RewardActivityDO::getProductScope, PromotionProductScopeEnum.CATEGORY.getScope()) | ||||
|                                 .and(i2 -> i2.apply(productScopeValuesFindInSetFunc.apply(categoryIds))))) | ||||
|                 .orderByDesc(RewardActivityDO::getId) | ||||
|                 .last("limit 1") | ||||
|         ); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 痴货
					痴货