-
Status changed to merged
-
mentioned in commit e03ddeb81d60c8d642df28e6aed991a123920813
-
1, 自定义海报不显示的bug 2. 优惠促销的商品,在再来一单的时候,要判断是不是优惠活动过期 See merge request !523
-
2. 优惠促销的商品,在再来一单的时候,要判断是不是优惠活动过期
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b test origin/test
Step 2. Merge the branch and push the changes to GitLab
git checkout qa git merge --no-ff test git push origin qa
mentioned in commit e03ddeb81d60c8d642df28e6aed991a123920813
1, 自定义海报不显示的bug 2. 优惠促销的商品,在再来一单的时候,要判断是不是优惠活动过期 See merge request !523
2. 优惠促销的商品,在再来一单的时候,要判断是不是优惠活动过期