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

Commit 474cc4d0 authored by 张国柄's avatar 张国柄

Merge remote-tracking branch 'origin/dev' into dev

parents bf192d1b 29ffec74
......@@ -22,7 +22,7 @@ liquidnet:
url-pay:
pay: "http://testpay.zhengzai.tv/"
check: "http://testpay.zhengzai.tv/order/verify"
localUrl: "https://zuul.zhengzai.tv/kylin/order/syncOrder"
localUrl: "http://devzuul.zhengzai.tv/kylin/order/syncOrder"
url-service:
url: "http://testservice.zhengzai.tv/"
......
......@@ -460,9 +460,9 @@ public class KylinOrderTicketsServiceImpl extends ServiceImpl<KylinOrderTicketsM
LinkedMultiValueMap<String, String> httpData = new LinkedMultiValueMap<String, String>();
httpData.add("type", "TICKET");
if (Arrays.asList("dev", "test").contains(environment.getProperty("spring.profiles.active"))) {
httpData.add("price", orderTickets.getPriceActual().toString());
} else {
httpData.add("price", "0.01");
} else {
httpData.add("price", orderTickets.getPriceActual().toString());
}
httpData.add("name", useTime+ticketData.getTitle() + "-" + performanceData.getTitle());
httpData.add("detail", performanceData.getTitle() + "-" + ticketData.getTitle() + "-" + useTime);
......
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