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

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

注释 锁

parent 6040b6fc
......@@ -31,7 +31,7 @@ liquidnet:
# port: 6380
# password: PO@B!Iud32
mongodb:
host: s-2zef656730e5a1d4.mongodb.rds.aliyuncs.com:3717,s-2ze49872ed6aeb14.mongodb.rds.aliyuncs.com:3717
host: s-2zef656730e5a1d4-pub.mongodb.rds.aliyuncs.com:3717,s-2ze49872ed6aeb14.mongodb.rds.aliyuncs.com:3717
port: 3717
user: root
pwd: $hAh4SGcDQ
......@@ -39,4 +39,4 @@ liquidnet:
executor-main:
xxl:
admin:
addresses: 172.17.121.166:8090
\ No newline at end of file
addresses: 172.17.121.166:8090
......@@ -822,6 +822,9 @@ public class KylinOrderTicketsServiceImpl extends ServiceImpl<KylinOrderTicketsM
String uid = CurrentUtil.getCurrentUid();
checkOrderTime(uid);
KylinOrderTicketVo orderTicketVo = dataUtils.getOrderTicketVo(orderId);
if(orderTicketVo.getUserId().equals(uid)){
return new OrderDetailsVo();
}
if (null != orderTicketVo) {
//TODO 顺丰快递
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