Commit c4f06c1d by 吴博

bug: [none] changeUserCount

parent 1fad8fb3
......@@ -101,6 +101,7 @@ public class BuyBookRequestBizImpl implements BuyBookRequestBiz {
}
}
}
buyBookRequetUserDTO.setUserCount(buyBookRequetUserDTO.getUserCount() < 3000 ? 300 + buyBookRequetUserDTO.getUserCount() : buyBookRequetUserDTO.getUserCount());
buyBookRequetUserDTO.setWechatUserHeadUrl(headUrls);
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