|
@@ -312,7 +312,6 @@ public class CardConsumeValidation {
|
|
|
.filter(p -> cardType.equals(p.getCardType())
|
|
.filter(p -> cardType.equals(p.getCardType())
|
|
|
&& mealType.equals(p.getMealType())
|
|
&& mealType.equals(p.getMealType())
|
|
|
&& validationParam.getIsUse().equals(p.getStatus())).findFirst().orElse(null);
|
|
&& validationParam.getIsUse().equals(p.getStatus())).findFirst().orElse(null);
|
|
|
- ;
|
|
|
|
|
|
|
|
|
|
XfCardLimitedVo cardLimitedVo = ctx.getCardLimitedVo();
|
|
XfCardLimitedVo cardLimitedVo = ctx.getCardLimitedVo();
|
|
|
if (discountVo != null) {
|
|
if (discountVo != null) {
|