Commit 041b8ccd authored by jichao's avatar jichao

redis存储数据变成list方式,之前的方法废弃

parent 3a83a94e
......@@ -191,8 +191,8 @@ public class BusProjectServiceImpl implements BusProjectService {
message = "ID为空,更新失败";
}
//redis更新接收数据状态
if (busProject.getReceiveData() != null)
rcRedisService.set("proId-" + busProject.getProId(), String.valueOf(busProject.getReceiveData()));
// if (busProject.getReceiveData() != null)
// rcRedisService.set("proId-" + busProject.getProId(), String.valueOf(busProject.getReceiveData()));
return new PersistModel(line,message);
}
......
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