redission修改

This commit is contained in:
2023-02-16 21:12:22 +08:00
parent 4373694c3a
commit 7eec5eacfc

View File

@@ -522,11 +522,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
result.put("status", HttpStatus.OK.value());
result.put("message", "反馈成功!");
<<<<<<< HEAD
RLock lock = redissonClient.getLock("acs_to_deviceApply_wms:" + type);
=======
RLock lock = redissonClient.getLock("AcsToWmsServiceImpl_deviceApply:" + type);
>>>>>>> 977110a29f1889255889822be9a0ba275ad2fde6
boolean tryLock = lock.tryLock(5, TimeUnit.SECONDS);
try {