1;店铺重新绑定更新 bind_id

This commit is contained in:
wangshuai 2024-08-14 10:57:11 +08:00
parent b09432be1f
commit 910ae55098
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ public class MeituanServiceImpl implements IMeituanService {
List<BusStoreInfo> list = busStoreInfoMapper.selectBusStoreInfoListA(storeInfo);
BusAgentInfo busAgentInfo = new BusAgentInfo();
busAgentInfo.setAgentAccount(cookie.getUserName());
busAgentInfo.setDelStatus("1");
List<BusAgentInfo> list1 = iBusAgentInfoService.selectBusAgentInfoList(busAgentInfo);
if(list1.size() == 0){
return "授权失败,代理账号不存在!";