mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
fix requestId bug
This commit is contained in:
@@ -122,7 +122,7 @@ public abstract class AbsSlot implements Slot{
|
||||
|
||||
@Override
|
||||
public void generateRequestId() {
|
||||
dataMap.put(REQUEST_ID, System.nanoTime());
|
||||
dataMap.put(REQUEST_ID, new Long(System.nanoTime()).toString());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user