记得上下班打卡 | git大法好,push需谨慎

Commit bc32acd6 authored by 胡佳晨's avatar 胡佳晨

转赠

parent def2df03
...@@ -883,7 +883,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService { ...@@ -883,7 +883,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
entersVoList.add(item); entersVoList.add(item);
if (ticketData.getIsStudent() == 1) { if (ticketData.getIsStudent() == 1) {
if(!item.getType().equals(1)){ if(!item.getType().equals(1)){
return ResponseDto.failure("学生票优惠核验失败,无法购买"); return ResponseDto.failure("学生票优惠核验失败,无法转票");
} }
int age = IDCard.getAgeByIdCard(item.getIdCard()); int age = IDCard.getAgeByIdCard(item.getIdCard());
if (age > 25) { if (age > 25) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment