@ -786,6 +786,8 @@ public class InvoiceInterfaceServiceImpl implements InvoiceInterfaceService {
}catch (Exception e) {
e.printStackTrace();
} finally {
//关锁
stringRedisTemplate.opsForValue().set(lockKey, String.valueOf(1));
lock.unlock();
}