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

Commit 3de8c300 authored by 胡佳晨's avatar 胡佳晨

增加日志

parent 5c7b9ce5
......@@ -709,6 +709,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
@Override
public String syncOrder(SyncOrderParam syncOrderParam) {
try {
log.debug("SYNC PARAM = "+syncOrderParam.toString());
//支付时间
LocalDateTime now = LocalDateTime.now();
String lock = "order_lock:" + syncOrderParam.getOrder_code();
......
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