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

Commit 6ee14955 authored by 胡佳晨's avatar 胡佳晨

16

parent 236934bf
...@@ -636,7 +636,7 @@ public class GoblinMongoUtils { ...@@ -636,7 +636,7 @@ public class GoblinMongoUtils {
* @return List<String> * @return List<String>
*/ */
public HashMap<String, Object> getMarketSpuData(String marketId, int page, String keyword, String storeId) { public HashMap<String, Object> getMarketSpuData(String marketId, int page, String keyword, String storeId) {
int pageSize = 10; int pageSize = 16;
HashMap map = CollectionUtil.mapStringObject(); HashMap map = CollectionUtil.mapStringObject();
Criteria criteria = Criteria.where("delFlg").is("0") Criteria criteria = Criteria.where("delFlg").is("0")
.and("storeId").is(storeId) .and("storeId").is(storeId)
......
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