京东外卖desk
This commit is contained in:
@@ -37,4 +37,6 @@ public class PlatformBuildListResponse {
|
||||
private Integer mtBuyStageStatus;
|
||||
@ApiModelProperty("快手")
|
||||
private Integer ksStageStatus;
|
||||
@ApiModelProperty("京东外卖")
|
||||
private Integer JDStageStatus;
|
||||
}
|
||||
|
||||
@@ -345,6 +345,8 @@ public class PlatformBuildServiceImpl implements PlatformBuildService {
|
||||
dto.setElMeStageStatus(stageDTO.getShopSubStageStatus());
|
||||
} else if (stageDTO.getShopSubStage().equals(ShopSubStageEnum.SHOP_STAGE_22.getShopSubStage())) {
|
||||
dto.setKsStageStatus(stageDTO.getShopSubStageStatus());
|
||||
}else if (stageDTO.getShopSubStage().equals(ShopSubStageEnum.SHOP_STAGE_25.getShopSubStage())) {
|
||||
dto.setJDStageStatus(stageDTO.getShopSubStageStatus());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user