@Controller public class LoanController extends BaseController
| 限定符和类型 | 字段和说明 |
|---|---|
com.ptteng.wealth.finance.service.account.UserAccountRelationService |
userAccountRelationService |
accountRecordService, accountService, adminUserId, consignmentService, constantService, cookieUtil, creditApplyService, debtApplyService, environment, fundService, Img_Module_Common, loanApplyService, loanProductService, managerService, orderService, organizationService, personService, SPLITER_X, SPLITTER_REGEX, USER_ID, UserKey, userOpenidRelationService, userService, WriterKey| 构造器和说明 |
|---|
LoanController() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
caculate(BigDecimal debtCount,
BigDecimal rate,
BigDecimal day) |
String |
deptSearch(org.springframework.ui.ModelMap model,
String name,
String mobile,
String orderNo,
Long startAt,
Long endAt,
Integer status,
Integer page,
Integer size) |
String |
getLoanDetail(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
Long id) |
String |
getLoanRepayAmount(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
Long id) |
String |
updateDebtDeposi(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
Long id,
String pwd) |
String |
verifyDebt(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
Long id,
Integer level,
Double rate,
String comment) |
checkAndGetWriter, getErrorCode, getErrorInfo, getJsonCallBackTemplate, getUserId, handleResult, handleResult, totalPage, writeConentpublic com.ptteng.wealth.finance.service.account.UserAccountRelationService userAccountRelationService
@RequestMapping(value="/a/u/loan/search",
method=GET)
public String deptSearch(org.springframework.ui.ModelMap model,
String name,
String mobile,
String orderNo,
Long startAt,
Long endAt,
Integer status,
@RequestParam(required=false,defaultValue="1")
Integer page,
@RequestParam(required=false,defaultValue="10")
Integer size)
throws Exception
Exception@RequestMapping(value="/a/u/loan/{id}/verify/{level}",
method=POST)
public String verifyDebt(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
@PathVariable
Long id,
@PathVariable
Integer level,
Double rate,
String comment)
throws Exception
Exception@RequestMapping(value="/a/u/loan/detail/{id}",
method=GET)
public String getLoanDetail(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/a/u/loan/pay/amount/{id}",
method=GET)
public String getLoanRepayAmount(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/a/u/loan/pay/{id}",
method=PUT)
public String updateDebtDeposi(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
@PathVariable
Long id,
String pwd)
throws Exception
Exceptionpublic BigDecimal caculate(BigDecimal debtCount, BigDecimal rate, BigDecimal day)
Copyright © 2017. All rights reserved.