| | |
| | | return resultObject; |
| | | } |
| | | |
| | | /*String symbol=getParamValue(request,resultObject,"symbol"); |
| | | String symbol=getParamValue(request,resultObject,"symbol"); |
| | | if(null==symbol) return resultObject; |
| | | |
| | | String dailyRate=getParamValue(request,resultObject,"dailyRate"); |
| | | /*String dailyRate=getParamValue(request,resultObject,"dailyRate"); |
| | | if(null==dailyRate) return resultObject; |
| | | |
| | | String repayment=getParamValue(request,resultObject,"repayment"); |
| | |
| | | }*/ |
| | | |
| | | Date now = new Date(); |
| | | SimpleLoanOrder simpleLoanOrder=new SimpleLoanOrder(partyId,new BigDecimal(quota), "usdt"); |
| | | SimpleLoanOrder simpleLoanOrder=new SimpleLoanOrder(partyId,new BigDecimal(quota), symbol); |
| | | String uuid = UUIDGenerator.getUUID(); |
| | | simpleLoanOrder.setUuid(uuid); |
| | | simpleLoanOrder.setLendingInstitution(null); |