记得上下班打卡 | git大法好,push需谨慎

Commit 1808a6f3 authored by 胡佳晨's avatar 胡佳晨

增加 带分页的商铺正在下单商品

parent eff176f8
......@@ -636,7 +636,7 @@ public class GoblinMongoUtils {
* @return List<String>
*/
public List<String> getMarketSpuData(String marketId,int page,String keyword,String storeId){
int pageSize = 20;
int pageSize = 10;
Criteria criteria = Criteria.where("delFlg").is("0")
.and("storeId").is(storeId)
.and("marketId").is(GoblinStatusConst.MarketPreStatus.MARKET_PRE_ZHENGZAI.getValue().concat(marketId));
......
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