Compare commits
No commits in common. "9c8eb7360475a74981426264e014c95675736aeb" and "6159ed678536adb0ac8ff1e24951ed919d7da334" have entirely different histories.
9c8eb73604
...
6159ed6785
@ -28,8 +28,6 @@ public class ReqEbikeOperationRegionDto {
|
||||
*/
|
||||
private String simpleName;
|
||||
|
||||
private Integer operationLevel;
|
||||
|
||||
/**
|
||||
* 行政区id
|
||||
*/
|
||||
|
||||
@ -45,15 +45,6 @@ public class RedisUtil {
|
||||
|
||||
/* ------------------- key 相关操作 ------------------ */
|
||||
|
||||
/**
|
||||
* 批量获取值
|
||||
*
|
||||
* @param keyList 键
|
||||
*/
|
||||
public List<Object> multiGet(List<String> keyList) {
|
||||
return redisTemplate.opsForValue().multiGet(keyList);
|
||||
}
|
||||
|
||||
/**
|
||||
* 添加车辆地理位置
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user