Commit 075fea40 authored by fangxinjiang's avatar fangxinjiang

分布式锁

parent 1a7ca75b
...@@ -329,7 +329,6 @@ public class TDispatchInfoController { ...@@ -329,7 +329,6 @@ public class TDispatchInfoController {
} }
try { try {
if (Common.isNotNull(requestId)) { if (Common.isNotNull(requestId)) {
Thread.sleep(1000000);
//主动释放锁 //主动释放锁
return tDispatchInfoService.importDiy(file.getInputStream(),orderId); return tDispatchInfoService.importDiy(file.getInputStream(),orderId);
} else { } else {
......
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