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