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

Commit 8a8c01d6 authored by jiangxiulong's avatar jiangxiulong

大美 catch

parent 887c2573
...@@ -875,6 +875,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ ...@@ -875,6 +875,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
); );
} }
//模板消息 //模板消息
try {
String fieldName = performanceData.getFieldName(); String fieldName = performanceData.getFieldName();
Integer number = orderTicketData.getNumber(); Integer number = orderTicketData.getNumber();
String useTime = orderTicketData.getUseStart(); String useTime = orderTicketData.getUseStart();
...@@ -891,13 +892,15 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ ...@@ -891,13 +892,15 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
templateOrderParam.setRemark("点击详情 查看更多票务信息"); templateOrderParam.setRemark("点击详情 查看更多票务信息");
param.setTemplateData(JSON.toJSONString(templateOrderParam)); param.setTemplateData(JSON.toJSONString(templateOrderParam));
param.setJumpType(4); param.setJumpType(4);
param.setJumpUrl("http://m.zhengzai.tv/#/order/ticket/orderdetail?id="+orderTicketData.getOrderTicketsId()); param.setJumpUrl("http://m.zhengzai.tv/#/order/ticket/orderdetail?id=" + orderTicketData.getOrderTicketsId());
param.setJumpAppletPagePath("/pages/webview?query=orderDetail&id="+orderTicketData.getOrderTicketsId()); param.setJumpAppletPagePath("/pages/webview?query=orderDetail&id=" + orderTicketData.getOrderTicketsId());
param.setJumpAppletUsePath(false); param.setJumpAppletUsePath(false);
param.setPhone(orderTicketData.getUserMobile()); param.setPhone(orderTicketData.getUserMobile());
queueUtils.sendMsgByRedis(MQConst.SweetQueue.SWEET_TEMPLATE_MSG.getKey(), queueUtils.sendMsgByRedis(MQConst.SweetQueue.SWEET_TEMPLATE_MSG.getKey(),
JsonUtils.toJson(param)); JsonUtils.toJson(param));
}catch (Exception e){
log.info("下单消息模版错误",e);
}
// 大麦回调 // 大麦回调
// sycDamaiOrder(orderTickets.getOrderTicketsId(), orderTicketData.getIsMember()); // sycDamaiOrder(orderTickets.getOrderTicketsId(), orderTicketData.getIsMember());
} }
......
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