Commit e21c3ed7 by lzxry

Update TrackingFlowTask.java

parent a190978e
......@@ -474,7 +474,9 @@ public class TrackingFlowTask {
}
public void reset(String yesterday, String email) {
if(StringUtil.isEmpty(email)){
return;
}
//删除历史数据
List<Long> delIdList = tkioFlowRepository.findIdByEmailDs(email, yesterday);
if (delIdList != null && !delIdList.isEmpty()) {
......
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