Commit f4700401 authored by shangying's avatar shangying

修改finalproduct_id的值的bug

parent 896abd1d
......@@ -287,7 +287,7 @@ public class CreditGrantingServiceImpl implements CreditGrantingService{
List<FinanceProduct> financeProducts= iFinanceProductRepository.findByFundCorpId(Long.getLong(oneClickModel.getFundID()));
if(financeProducts.size()>0){
fundProductId=financeProducts.get(0).getFundCorpId().toString().trim();
fundProductId=financeProducts.get(0).getId().toString().trim();
}
ArrayList listPara1 = new ArrayList();
listPara1.add(0, oneClickModel.getAmount());
......
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