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

Commit 0b1b2a0a authored by 胡佳晨's avatar 胡佳晨

添加日志

parent 707a9caf
......@@ -65,6 +65,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
@Override
public ResponseDto<GoblinPayInnerResultVo> checkOrder(GoblinOrderParam param, String uid) {
long timeAll = System.currentTimeMillis();
List<String> skuAndPreListAndNumber = CollectionUtil.arrayListString();
List<String> platformCodeList = CollectionUtil.arrayListString();
List<String> storeCodeList = CollectionUtil.arrayListString();
......@@ -154,6 +155,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
if (preParam.getOrderIdList().equals("")) {
throw new Exception("参数异常");
}
log.error("总耗时:" + (System.currentTimeMillis() - timeAll) + "ms");
return payOrder(preParam, orderSqlParams, uid);
} catch (Exception e) {
log.error("Kylin Order Pay Error = {}", e);
......
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