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