fix
This commit is contained in:
@@ -49,6 +49,8 @@ import static com.cool.store.enums.point.ShopSubStageStatusEnum.*;
|
||||
@Service
|
||||
public class PlatformBuildServiceImpl implements PlatformBuildService {
|
||||
|
||||
@Resource
|
||||
private AcceptanceInfoDAO acceptanceInfoDAO;
|
||||
@Resource
|
||||
private SysRoleService sysRoleService;
|
||||
@Resource
|
||||
@@ -360,6 +362,8 @@ public class PlatformBuildServiceImpl implements PlatformBuildService {
|
||||
}
|
||||
if (Objects.isNull(platformBuildDO)) {
|
||||
BeanUtils.copyProperties(informationDO, platformBuildResponse);
|
||||
AcceptanceInfoDO acceptanceInfoDO = acceptanceInfoDAO.selectByShopId(shopId);
|
||||
platformBuildResponse.setStorePositioningUrl(acceptanceInfoDO.getShopLocationScreenshots());
|
||||
return platformBuildResponse;
|
||||
}
|
||||
BeanUtils.copyProperties(platformBuildDO, platformBuildResponse);
|
||||
|
||||
Reference in New Issue
Block a user