用户订单列表

This commit is contained in:
wangjinlei
2023-10-27 11:34:18 +08:00
parent 64d0c5bdf2
commit 0a21f56c8b
2 changed files with 2 additions and 4 deletions

View File

@@ -37,8 +37,6 @@ public class ProvinceController {
//获取地址
@RequestMapping("/getProvince")
public R getProvince() {
//优化查询速度 目录放入redis中
String s = redisTemplate.opsForValue().get("Province");
List<Map<String, Object>> listData = new ArrayList<>();