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

Commit 4f4c0d8c authored by 姜秀龙's avatar 姜秀龙

大麦 部分退款算正常订单

parent 730f7e01
...@@ -395,7 +395,8 @@ public class KylinDamaiServiceImpl extends ServiceImpl<KylinRoadShowsMapper, Kyl ...@@ -395,7 +395,8 @@ public class KylinDamaiServiceImpl extends ServiceImpl<KylinRoadShowsMapper, Kyl
// 部分退款是不退的,但是阶梯退票客服手动申请的现在也是部分退款,用户自己申请的现在不确定 // 部分退款是不退的,但是阶梯退票客服手动申请的现在也是部分退款,用户自己申请的现在不确定
// 取消退款的貌似没处理 其实这块应该可以不用处理退款中的,因为印象中退款那里有接入同步大麦 // 取消退款的貌似没处理 其实这块应该可以不用处理退款中的,因为印象中退款那里有接入同步大麦
// 0未支付 1已支付 2退款中 3已退款 4部分退款 // 0未支付 1已支付 2退款中 3已退款 4部分退款
if (item.getIsPayment() == 3 || item.getIsPayment() == 2 || item.getIsPayment() == 4) { // if (item.getIsPayment() == 3 || item.getIsPayment() == 2 || item.getIsPayment() == 4) {
if (item.getIsPayment() == 3 || item.getIsPayment() == 2) {
taobaoTicketUtils.withdrawDamaiOrder(timemId, orderTicketEntitiesKey); taobaoTicketUtils.withdrawDamaiOrder(timemId, orderTicketEntitiesKey);
refundOrderCount += 1; refundOrderCount += 1;
// 已转赠是转出去了 被退回是被别人退回了 已退回是别人给我的我给退回了 // 已转赠是转出去了 被退回是被别人退回了 已退回是别人给我的我给退回了
......
...@@ -22,5 +22,8 @@ liquidnet: ...@@ -22,5 +22,8 @@ liquidnet:
mongodb: mongodb:
sslEnabled: false sslEnabled: false
database: prod_ln_scene database: prod_ln_scene
openData:
host: https://open.zhengzai.tv
auth: t-wC0vU2wM8bG0iA5tT9oF3aD1eS8zQ8yC
# end-prod-这里是配置信息基本值 # end-prod-这里是配置信息基本值
\ No newline at end of file
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