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

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

偷摸改了大麦

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