绑定时,不同步昨日信息

This commit is contained in:
wangshuai 2024-07-12 11:42:21 +08:00
parent 0048aa24fb
commit deef8ac225
1 changed files with 3 additions and 3 deletions

View File

@ -121,9 +121,9 @@ public class MeituanServiceImpl implements IMeituanService {
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
getCommentsOne(storeInfo);
getScoreOne(storeInfo);
yesterdayCountOne(storeInfo);
// getCommentsOne(storeInfo);
// getScoreOne(storeInfo);
// yesterdayCountOne(storeInfo);
return R.ok();
} else if (list.size() == 1) {