|
|
@@ -5875,12 +5875,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
|
|
|
result.setClockInStoreToday(0);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- Map<String, Object> commitCountAndScore = storeCommentService.getCommitCountAndScore(null, 5, Integer.parseInt(storeId), null, null);
|
|
|
-// result.setScore(Double.parseDouble(commitCountAndScore.get("score").toString()));
|
|
|
-// result.setCommitCount(commitCountAndScore.get("commitCount").toString());
|
|
|
Integer totalCount = 0;
|
|
|
- double storeScore;
|
|
|
Object ratingObj = commonRatingService.getRatingCount(storeInfo.getId(), 1);
|
|
|
if (ratingObj != null) {
|
|
|
Map<String, Object> ratingMap = (Map<String, Object>) ratingObj;
|