-
Status changed to merged
-
mentioned in commit 1caefbbea1136755b1ba03d4b258929f57ac038e
-
默认门店修改后, 空对象要判断pickup_id是否有值。 See merge request !375
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 1caefbbea1136755b1ba03d4b258929f57ac038e
默认门店修改后, 空对象要判断pickup_id是否有值。 See merge request !375