Răsfoiți Sursa

需求:店铺列表只展示打卡记录有图片且设为可见的

lyx 5 zile în urmă
părinte
comite
08cd1924b6

+ 1 - 0
alien-store/src/main/java/shop/alien/store/service/LifeUserStoreService.java

@@ -226,6 +226,7 @@ public class LifeUserStoreService {
                 // 如果未找到打卡次数(有图片并且设置为可见的),则设置为0
                 if (null == storeMap.get("storeClockInCountWithCanLook")) {
                     storeMap.put("storeClockInCountWithCanLook", 0);
+                    continue;
                 }
                 // 将当前门店的信息添加到返回结果列表中
                 returnMaps.add(storeMap);