Commit c7e58b31 by 李学兴

Merge branch 'feature/20210810_callbackUrgentPlan_lxx'

parents 47201cbd b4d26d86
......@@ -73,7 +73,7 @@ public class OrderCallBackServiceImpl implements OrderCallBackService{
mqService.sendOrderMQ(requestVo);
} finally {
if (lockSucc){
ApiLog.infoMessage("紧急方案 orderCode:{} 理论成功lockKey:{}", requestVo.getOrderCode(), requestVo.getRequestId(),lockKey);
ApiLog.infoMessage("紧急方案 orderCode:{} 理论成功lockKey:{}", requestVo.getOrderCode(),lockKey);
redisLock.unlock(lockKey);
}
}
......
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