update 打印日志, 新增运营类型字段

This commit is contained in:
Guoqs
2024-07-23 09:37:06 +08:00
parent efcf288dea
commit aadfdda9ee
5 changed files with 286 additions and 2 deletions

View File

@@ -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);