From b8b373ab3ba3e8cadc241cce78ecca9594bdc68f Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 02 八月 2019 11:30:12 +0800
Subject: [PATCH] 消息订单搜索框订单号显示规则更改

---
 fanli/src/main/java/com/yeshi/fanli/service/impl/goods/PDDCommonTemplateContentServiceImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/goods/PDDCommonTemplateContentServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/goods/PDDCommonTemplateContentServiceImpl.java
index 245d32f..df589a5 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/goods/PDDCommonTemplateContentServiceImpl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/goods/PDDCommonTemplateContentServiceImpl.java
@@ -29,7 +29,7 @@
 				|| type == PDDCommonContentTypeEnum.brandClear) {
 			return PinDuoDuoApiUtil.searchByChannelType(page - 1, pageSize, type.getContent());
 		} else if (type == PDDCommonContentTypeEnum.hotSaleGoods) {
-			return pddGoodsService.getTopGoodsList(page, 1);
+			return pddGoodsService.getTopGoodsList(page, 2);
 		}
 		return null;
 	}

--
Gitblit v1.8.0