|
@@ -76,7 +76,7 @@ public class AmbInvestServiceImpl extends BaseMybatisDao<AmbInvestMapper> implem
|
|
|
}
|
|
}
|
|
|
count=count.add(in.getAmount());
|
|
count=count.add(in.getAmount());
|
|
|
if (count.compareTo(myAmb.getSurplus())>0){
|
|
if (count.compareTo(myAmb.getSurplus())>0){
|
|
|
- throw new BusinessException("发起投资金额不可大于剩余投资金额!(注意已审核中投资金额)");
|
|
|
|
|
|
|
+ throw new BusinessException("发起投资金额不可大于剩余投资金额!(注意:包含审核中投资金额)");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|