Compare commits

..

No commits in common. "9c8eb7360475a74981426264e014c95675736aeb" and "6159ed678536adb0ac8ff1e24951ed919d7da334" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View File

@ -28,8 +28,6 @@ public class ReqEbikeOperationRegionDto {
*/
private String simpleName;
private Integer operationLevel;
/**
* 行政区id
*/

View File

@ -45,15 +45,6 @@ public class RedisUtil {
/* ------------------- key 相关操作 ------------------ */
/**
* 批量获取值
*
* @param keyList
*/
public List<Object> multiGet(List<String> keyList) {
return redisTemplate.opsForValue().multiGet(keyList);
}
/**
* 添加车辆地理位置
*