@Controller public class CreditController extends BaseController
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| 构造器和说明 |
|---|
CreditController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
addCreditApply(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
Long uid,
BigDecimal lineApply,
BigDecimal smallLineApply,
String material) |
String |
getCreditApplyList(org.springframework.ui.ModelMap model,
String mobile,
String name,
String orgName,
Long applyStart,
Long applyEnd,
Integer status,
Integer page,
Integer size) |
String |
getOrganizationDetail(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String mobile,
Integer type)
查询获取待授信人的姓名
|
String |
getUserDetail(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
String |
updateCreditApply(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
Long id,
Integer status,
BigDecimal newCreditLine,
BigDecimal newSmallCreditLine,
String refuseReason) |
String |
updateMaterial(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
String material,
Long id) |
checkAndGetWriter, getErrorCode, getErrorInfo, getJsonCallBackTemplate, getUserId, handleResult, handleResult, totalPage, writeConent@RequestMapping(value="/a/u/credit/organization",
method=GET)
public String getOrganizationDetail(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String mobile,
Integer type)
throws Exception
Exception@RequestMapping(value="/a/u/credit/apply",
method=POST)
public String addCreditApply(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
Long uid,
BigDecimal lineApply,
BigDecimal smallLineApply,
String material)
throws Exception
Exception@RequestMapping(value="/a/u/credit/material/{id}",
method=PUT)
public String updateMaterial(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
String material,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/a/u/credit/apply/{id}",
method=PUT)
public String updateCreditApply(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
@PathVariable
Long id,
Integer status,
BigDecimal newCreditLine,
BigDecimal newSmallCreditLine,
String refuseReason)
throws Exception
Exception@RequestMapping(value="/a/u/credit/apply/list",
method=GET)
public String getCreditApplyList(org.springframework.ui.ModelMap model,
String mobile,
String name,
String orgName,
Long applyStart,
Long applyEnd,
Integer status,
Integer page,
Integer size)
throws Exception
Exception@RequestMapping(value="/a/u/credit/user/detail/{id}",
method=GET)
public String getUserDetail(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
- ExceptionCopyright © 2017. All rights reserved.