出入账

This commit is contained in:
Lenovo 2024-07-10 19:58:51 +08:00
parent 546d5ba30d
commit 2d2704749a
1 changed files with 6 additions and 0 deletions

View File

@ -112,6 +112,12 @@ public class MeituanServiceImpl implements IMeituanService {
BusStoreConfigInfo busStoreConfigInfo = new BusStoreConfigInfo(); BusStoreConfigInfo busStoreConfigInfo = new BusStoreConfigInfo();
busStoreConfigInfo.setStoreCode(cookie.getCookie()); busStoreConfigInfo.setStoreCode(cookie.getCookie());
busStoreConfigInfoMapper.insertBusStoreConfigInfo(busStoreConfigInfo); busStoreConfigInfoMapper.insertBusStoreConfigInfo(busStoreConfigInfo);
try {
Thread.sleep(3000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
getCommentsOne(storeInfo); getCommentsOne(storeInfo);
getScoreOne(storeInfo); getScoreOne(storeInfo);
yesterdayCountOne(storeInfo); yesterdayCountOne(storeInfo);