1;店铺重新绑定更新 bind_id

This commit is contained in:
wangshuai 2024-08-14 11:28:15 +08:00
parent 910ae55098
commit cd42848fba
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ public class MeituanServiceImpl implements IMeituanService {
busStoreInfoMapper.updateBusStoreInfo(storeInfo);
}else{
storeInfo = list.get(0);
storeInfo.setBindId(list1.get(0).getId());
storeInfo.setBindUser(cookie.getUserName());
storeInfo.setStoreAccount(cookie.getAccount());
storeInfo.setStorePassword(cookie.getPassword());
storeInfo.setUpdateTime(date);