|
@@ -255,7 +255,7 @@ public class RedisCache
|
|
|
Long num = getIncrementNum("salesLeads:robotTask:str"+currentDate);
|
|
|
String flowCode = getSequence(num);
|
|
|
//System.out.println("taskId------->>>>"+currentDate+flowCode);
|
|
|
- return flowCode;
|
|
|
+ return currentDate+flowCode;
|
|
|
}
|
|
|
|
|
|
public Long getIncrementNum(String key){
|