京东外卖

This commit is contained in:
shuo.wang
2025-05-26 16:34:28 +08:00
parent 6c19332b1e
commit 9245d04fe0

View File

@@ -85,6 +85,8 @@ public class PCPlatformBuildController {
shopSubStageList.add(ShopSubStageEnum.SHOP_STAGE_21.getShopSubStage());
}else if (type.equals(PlatformBuildEnum.MEI_TUAN_WAI_MAI.getCode())) {
shopSubStageList.add(ShopSubStageEnum.SHOP_STAGE_19.getShopSubStage());
}else if (type.equals(PlatformBuildEnum.JING_DONG_WAI_MAI.getCode())) {
shopSubStageList.add(ShopSubStageEnum.SHOP_STAGE_25.getShopSubStage());
}
return ResponseResult.success(operationLogService.getAuditInfo(shopId, shopSubStageList));
}