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

Commit 0cf834ab authored by 胡佳晨's avatar 胡佳晨

偷摸改了大麦

parent c57336fa
...@@ -67,7 +67,7 @@ public class TaobaoTicketUtils { ...@@ -67,7 +67,7 @@ public class TaobaoTicketUtils {
} }
public boolean refundDamaiOrder(KylinOrderTicketVo orderData,KylinPerformanceVo vo) { public boolean refundDamaiOrder(KylinOrderTicketVo orderData, KylinPerformanceVo vo) {
try { try {
int isSysDamai = 0; int isSysDamai = 0;
for (int x = 0; x < vo.getTicketTimeList().size(); x++) { for (int x = 0; x < vo.getTicketTimeList().size(); x++) {
...@@ -102,14 +102,15 @@ public class TaobaoTicketUtils { ...@@ -102,14 +102,15 @@ public class TaobaoTicketUtils {
} else { } else {
orderTicketEntitiesKey = Long.valueOf(IDGenerator.getDamaiCode(item.getOrderTicketEntitiesId()).toString().concat("020")); orderTicketEntitiesKey = Long.valueOf(IDGenerator.getDamaiCode(item.getOrderTicketEntitiesId()).toString().concat("020"));
} }
if (item.getIsPayment() == 2) {
withdrawDamaiOrder(ticketTimesKey, orderTicketEntitiesKey); withdrawDamaiOrder(ticketTimesKey, orderTicketEntitiesKey);
}
} }
return true; return true;
} }
return true; return true;
}catch (Exception e){ } catch (Exception e) {
log.info("REFUND DAMAI ERROR = {}",e); log.info("REFUND DAMAI ERROR = {}", e);
return false; return false;
} }
} }
......
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