@ -153,7 +153,8 @@ public class StoreService {
qStore.background,
qStore.description,
qStore.createTime,
qStore.status
qStore.status,
qStore.visitCount
)).from(qStore)
.where(booleanBuilder)
.orderBy(qStore.createTime.desc())