-
mentioned in commit 4223fe7897a8173eb9fda899698218d7afdbaa5a
-
Status changed to merged
-
2. 阶梯团 还差多少人活动最优时,要转化成整形计算
-
2、多条吗商品在切换的时的库存控制 3、 订单列表中立即支付的bug修复
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b dev origin/dev
Step 2. Merge the branch and push the changes to GitLab
git checkout test git merge --no-ff dev git push origin test
mentioned in commit 4223fe7897a8173eb9fda899698218d7afdbaa5a
2. 阶梯团 还差多少人活动最优时,要转化成整形计算
2、多条吗商品在切换的时的库存控制 3、 订单列表中立即支付的bug修复