获取霸王餐配置修改

This commit is contained in:
张松 2025-10-20 14:08:59 +08:00
parent 2e3885cfac
commit bbec3575e7
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ public class UShopUserServiceImpl implements UShopUserService {
shopUserDetailDTO.setShopExtendList(shopExtends);
}
shopUserDetailDTO.setFreeDineConfig(freeDineConfigService.getConfig(shopId));
shopUserDetailDTO.setFreeDineConfig(freeDineConfigService.getConfig(shopInfoService.getMainIdByShopId(shopId)));
shopUserDetailDTO.setPayPwd(userInfo.getPayPwd());
return shopUserDetailDTO;
}