mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 11:49:49 +08:00
update 电单车协议
This commit is contained in:
@@ -69,7 +69,7 @@ public class SettlementUploadHandler extends AbstractEBikeHandler {
|
|||||||
// redis锁
|
// redis锁
|
||||||
Boolean isLock = redisCache.lock(lockKey, uuid, 1500);
|
Boolean isLock = redisCache.lock(lockKey, uuid, 1500);
|
||||||
if (isLock) {
|
if (isLock) {
|
||||||
// processOrder(message);
|
processOrder(message);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("处理订单transactionCode:{}, 发生异常", transactionCode, e);
|
log.error("处理订单transactionCode:{}, 发生异常", transactionCode, e);
|
||||||
|
|||||||
Reference in New Issue
Block a user