-
mentioned in commit 140d5fea29234d74e779156fc56379832c54909e
-
Status changed to merged
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 140d5fea29234d74e779156fc56379832c54909e
Dev See merge request !872
2.自定义团购的商品销量要显示虚拟数量
Dev See merge request !871