@@ -187,6 +187,7 @@ public class AmbInvestServiceImpl extends BaseMybatisDao<AmbInvestMapper> implem
@Override
public List<OutInvestList> AmbInvestDtailsList(Long id,Integer type) {
+ if (type==null)type=0;
return ambInvestMapper.selectAmbInvestDtailsList(id,type);
}