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