mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 打印日志, 新增运营类型字段
This commit is contained in:
@@ -569,7 +569,7 @@ public class TransactionRecordsRequestHandler extends AbstractHandler {
|
||||
processOrder(data);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.error("处理订单发生异常", e);
|
||||
log.error("处理订单transactionCode:{}, 发生异常", transactionCode, e);
|
||||
} finally {
|
||||
if (uuid.equals(redisCache.getCacheObject(lockKey).toString())) {
|
||||
redisCache.unLock(lockKey);
|
||||
|
||||
Reference in New Issue
Block a user