|
@@ -302,7 +302,7 @@ public class ClubServiceImpl implements ClubService {
|
|
|
}
|
|
|
// 查询用户采美豆数量
|
|
|
Integer beansNum = clubMapper.getBeansNumByUserId(userId);
|
|
|
- if (null == beansNum || beansNum < 50) {
|
|
|
+ if (null == beansNum || beansNum < 100) {
|
|
|
return ResponseJson.error(-2, "抱歉,您的采美豆不足以抵扣,无法访问该商品资料");
|
|
|
}
|
|
|
UserBeansHistoryPo beansHistory = new UserBeansHistoryPo();
|