public class SwapDao extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.springframework.jdbc.core.simple.SimpleJdbcCall |
addproc |
protected org.springframework.jdbc.core.simple.SimpleJdbcCall |
addprocexec |
protected DataSource |
dataSource |
protected org.springframework.jdbc.core.simple.SimpleJdbcCall |
execproc |
protected org.springframework.jdbc.core.simple.SimpleJdbcCall |
paydepositdaixiaoexec |
protected org.springframework.jdbc.core.simple.SimpleJdbcCall |
paydepositexec |
protected org.springframework.jdbc.core.simple.SimpleJdbcCall |
payorderexec |
protected org.springframework.jdbc.core.simple.SimpleJdbcCall |
repayshexiaodaixiaoexec |
protected org.springframework.jdbc.core.simple.SimpleJdbcCall |
repayshexiaoexec |
protected org.springframework.jdbc.core.simple.SimpleJdbcTemplate |
simpleJdbcTemplate |
protected org.springframework.jdbc.core.simple.SimpleJdbcCall |
swapproc |
| 构造器和说明 |
|---|
SwapDao(DataSource db) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map |
addExec(Long recordId,
Long mid,
Long currentTime) |
Map |
addResult(Long acountid,
Double amount,
String serialNo,
Integer mtype,
Long mid,
Long currentTime,
Long postLine,
Integer needCheck,
Integer receiveCheck,
String fromParty,
String fromBank,
String fromAt,
String comment) |
Map |
execResult(Long recordId,
Long mid,
Long currentTime) |
Map |
getResult(Long fromId,
Long toId,
Double amount,
String serialNo,
Long mid,
String comments,
Long currentTime) |
Map |
paydeposit(Long userAccountId,
Double paymoney,
Double debtCount,
Long debtApplyId,
Long uid,
Long orderId,
Long overAt) |
Map |
paydepositdaixiao(Double debtCount,
Long debtApplyId,
Long uid,
Long orderId,
Long overAt) |
Map |
payorder(Long orderId,
Long userAccountId,
Integer payType) |
Map |
shexiaoDX(Double repayTot,
Double clearInte,
Double clearOverInte,
Double overDayCount,
Long clearAt,
Long loanApplyId,
Long orderId,
Long currenttime) |
Map |
shexiaoKL(Long userAccountId,
Double repayTot,
Double clearInte,
Double clearOverInte,
Double overDayCount,
Long clearAt,
Long loanApplyId,
Long orderId,
Long currenttime) |
protected DataSource dataSource
protected org.springframework.jdbc.core.simple.SimpleJdbcTemplate simpleJdbcTemplate
protected org.springframework.jdbc.core.simple.SimpleJdbcCall swapproc
protected org.springframework.jdbc.core.simple.SimpleJdbcCall execproc
protected org.springframework.jdbc.core.simple.SimpleJdbcCall addproc
protected org.springframework.jdbc.core.simple.SimpleJdbcCall addprocexec
protected org.springframework.jdbc.core.simple.SimpleJdbcCall payorderexec
protected org.springframework.jdbc.core.simple.SimpleJdbcCall paydepositexec
protected org.springframework.jdbc.core.simple.SimpleJdbcCall paydepositdaixiaoexec
protected org.springframework.jdbc.core.simple.SimpleJdbcCall repayshexiaodaixiaoexec
protected org.springframework.jdbc.core.simple.SimpleJdbcCall repayshexiaoexec
public SwapDao(DataSource db)
public Map shexiaoKL(Long userAccountId, Double repayTot, Double clearInte, Double clearOverInte, Double overDayCount, Long clearAt, Long loanApplyId, Long orderId, Long currenttime)
public Map shexiaoDX(Double repayTot, Double clearInte, Double clearOverInte, Double overDayCount, Long clearAt, Long loanApplyId, Long orderId, Long currenttime)
public Map paydepositdaixiao(Double debtCount, Long debtApplyId, Long uid, Long orderId, Long overAt)
public Map paydeposit(Long userAccountId, Double paymoney, Double debtCount, Long debtApplyId, Long uid, Long orderId, Long overAt)
public Map getResult(Long fromId, Long toId, Double amount, String serialNo, Long mid, String comments, Long currentTime)
Copyright © 2017. All rights reserved.