-
Status changed to merged
-
mentioned in commit ff8274a3c4b34d68a34ac13f4e612d739e345d1a
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b qa origin/qa
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff qa git push origin master
mentioned in commit ff8274a3c4b34d68a34ac13f4e612d739e345d1a
2.自定义团购的商品销量要显示虚拟数量
Dev See merge request !871