获取霸王餐配置修改
This commit is contained in:
parent
2e3885cfac
commit
bbec3575e7
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue