Commit e9b58bb7 authored by shiyu's avatar shiyu

Merge branch 'quanku_v3.4' into quanku_v3.5

parents 526121a2 81609478
...@@ -425,6 +425,8 @@ public class SupplierItemServiceImpl implements SupplierItemService { ...@@ -425,6 +425,8 @@ public class SupplierItemServiceImpl implements SupplierItemService {
map.put("endTime", endTime); map.put("endTime", endTime);
} }
map.put("dataList", PageSearchResult.of(pageInfo, supplierItemVoList)); map.put("dataList", PageSearchResult.of(pageInfo, supplierItemVoList));
map.put("title", "钱币盲盒惊喜购");
map.put("tip", null);
return Result.success(map); return Result.success(map);
} catch (Exception e) { } catch (Exception e) {
logger.error("查询首页促销商品列表失败 error : {}", e); logger.error("查询首页促销商品列表失败 error : {}", e);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment