摘要: 引用锁 String lockName = LockConstant.Company_ZsCash + login.getCompany().getId();boolean bool = RedisLock.tryLock(lockName, 5000);if (!bool) { throw Ex. 阅读全文
posted @ 2022-05-06 10:07 一个追求未知的人 阅读(859) 评论(0) 推荐(0)