fix
This commit is contained in:
@@ -200,4 +200,7 @@ public class BuildInformationResponse {
|
||||
|
||||
@ApiModelProperty(value = "点餐小程序店铺名称")
|
||||
private String miniProgramsShopName;
|
||||
|
||||
@ApiModelProperty(value = "建店资料当前阶段状态")
|
||||
private Integer shopSubStageStatus;
|
||||
}
|
||||
|
||||
@@ -66,6 +66,8 @@ public class BuildInformationServiceImpl implements BuildInformationService {
|
||||
throw new ServiceException(ErrorCodeEnum.SHOP_NOT_EXIST);
|
||||
}
|
||||
LineInfoDO lineInfoDO = lineInfoDAO.getLineInfo(shopInfo.getLineId());
|
||||
ShopStageInfoDO shopSubStageInfo = shopStageInfoDAO.getShopSubStageInfo(shopId, ShopSubStageEnum.SHOP_STAGE_15);
|
||||
response.setShopSubStageStatus(shopSubStageInfo.getShopSubStageStatus());
|
||||
response.setUsername(lineInfoDO.getUsername());
|
||||
response.setShopId(shopId);
|
||||
response.setShopName(shopInfo.getShopName());
|
||||
|
||||
Reference in New Issue
Block a user