Commit 277f0df7 by 田超

Merge branch 'fixbug/1003634' into 'master'

bug: [none] changeUserCount

See merge request rays/pcloud-book!1010
parents 1fad8fb3 c4f06c1d
...@@ -101,6 +101,7 @@ public class BuyBookRequestBizImpl implements BuyBookRequestBiz { ...@@ -101,6 +101,7 @@ public class BuyBookRequestBizImpl implements BuyBookRequestBiz {
} }
} }
} }
buyBookRequetUserDTO.setUserCount(buyBookRequetUserDTO.getUserCount() < 3000 ? 300 + buyBookRequetUserDTO.getUserCount() : buyBookRequetUserDTO.getUserCount());
buyBookRequetUserDTO.setWechatUserHeadUrl(headUrls); buyBookRequetUserDTO.setWechatUserHeadUrl(headUrls);
return buyBookRequetUserDTO; return buyBookRequetUserDTO;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment