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

Commit b6acbad2 authored by 胡佳晨's avatar 胡佳晨

修改 redis锁

parent c8746e14
...@@ -792,11 +792,8 @@ public class KylinOrderTicketsServiceImpl extends ServiceImpl<KylinOrderTicketsM ...@@ -792,11 +792,8 @@ public class KylinOrderTicketsServiceImpl extends ServiceImpl<KylinOrderTicketsM
OrderDetailsVo vo = new OrderDetailsVo(); OrderDetailsVo vo = new OrderDetailsVo();
try { try {
String uid = CurrentUtil.getCurrentUid(); String uid = CurrentUtil.getCurrentUid();
System.out.println(System.currentTimeMillis());
checkOrderTime(uid); checkOrderTime(uid);
System.out.println(System.currentTimeMillis());
KylinOrderTicketVo orderTicketVo = dataUtils.getOrderTicketVo(orderId); KylinOrderTicketVo orderTicketVo = dataUtils.getOrderTicketVo(orderId);
System.out.println(System.currentTimeMillis());
if (null != orderTicketVo) { if (null != orderTicketVo) {
//TODO 顺丰快递 //TODO 顺丰快递
Object expresses = null; Object expresses = null;
......
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