Commit 9b92d64b by zhangxingmin

push

parent 6783e14c
......@@ -334,7 +334,7 @@ public class ApiProductLaunchServiceImpl implements ApiProductLaunchService {
productLaunch.setStatus(ProductCommonEnum.PRODUCT_LAUNCH_STATUS_DSH.getItemValue());
}else if (ProductCommonEnum.PRODUCT_LAUNCH_STATUS_XJ.getItemValue().equals(request.getStatus())) {
//下架 -> 下架
productLaunch.setStatus(ProductCommonEnum.PRODUCT_LAUNCH_STATUS_DSH.getItemValue());
productLaunch.setStatus(ProductCommonEnum.PRODUCT_LAUNCH_STATUS_XJ.getItemValue());
//下架要清空租户/项目产品上架关系数据
//根据产品业务ID删除项目产品关系
iRelProjectProductLaunchService.delByProductLaunchBizId(productLaunch.getProductLaunchBizId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment