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

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

注释 锁

parent 62c848ad
......@@ -822,7 +822,7 @@ public class KylinOrderTicketsServiceImpl extends ServiceImpl<KylinOrderTicketsM
String uid = CurrentUtil.getCurrentUid();
checkOrderTime(uid);
KylinOrderTicketVo orderTicketVo = dataUtils.getOrderTicketVo(orderId);
if(orderTicketVo.getUserId().equals(uid)){
if(!orderTicketVo.getUserId().equals(uid)){
return new OrderDetailsVo();
}
if (null != orderTicketVo) {
......
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