|
@@ -1050,7 +1050,7 @@ public class GoodsDonController {
|
|
|
/**
|
|
/**
|
|
|
* 获取租赁商品列表
|
|
* 获取租赁商品列表
|
|
|
*/
|
|
*/
|
|
|
- @GetMapping("/get")
|
|
|
|
|
|
|
+ @GetMapping("/get/deposit")
|
|
|
public Result<? extends Object> getDepositGoods(@PathVariable Long id) {
|
|
public Result<? extends Object> getDepositGoods(@PathVariable Long id) {
|
|
|
String depositGoodsKey = RedisService.key.YH_HOME_PAGHE_CACHE.getEnvName() + "deposit";
|
|
String depositGoodsKey = RedisService.key.YH_HOME_PAGHE_CACHE.getEnvName() + "deposit";
|
|
|
Object o = redisService.get(depositGoodsKey);
|
|
Object o = redisService.get(depositGoodsKey);
|