|
@@ -1401,7 +1401,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
|
|
|
Company company = companyMapper.selectCompanyById(param.getCompanyId());
|
|
|
BigDecimal money = company.getMoney();
|
|
|
- if (money.compareTo(BigDecimal.ZERO)<0) {
|
|
|
+ if (money.compareTo(BigDecimal.ZERO)<=0) {
|
|
|
return R.error("服务商余额不足,请联系群主服务器充值!");
|
|
|
}
|
|
|
|