-
mentioned in commit ad05616875858b4fd376583300cd5308d02b878b
-
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 ad05616875858b4fd376583300cd5308d02b878b
Dev See merge request !575
1、小程序今天 已预约满,选择预约明天再切换成今天页面时间会获取明天的时间 2、预约完一个项目后要再更改预约时间,页面显示所有天数都已经被预约满