@Controller public class RefundsController extends BaseController
accountRecordService, accountService, adminUserId, consignmentService, constantService, cookieUtil, creditApplyService, debtApplyService, environment, fundService, Img_Module_Common, loanApplyService, loanProductService, orderService, organizationService, personService, SPLITER_X, SPLITTER_REGEX, USER_ID, UserKey, userOpenidRelationService, userService, WriterKey| 构造器和说明 |
|---|
RefundsController() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
caculate(BigDecimal debtCount,
BigDecimal repayTot,
BigDecimal refundTot) |
Boolean |
increaseSmallLine(com.ptteng.wealth.finance.model.Fund fund,
BigDecimal refundTot,
Long smallLoanAt) |
String |
refundDetail(org.springframework.ui.ModelMap model,
Long id) |
void |
refunds(com.ptteng.wealth.finance.model.Order order,
Long uid,
BigDecimal refunds) |
String |
refundSearch(org.springframework.ui.ModelMap model,
String name,
String mobile,
String orderNo,
Long startAt,
Long endAt,
Integer status,
Integer page,
Integer size) |
String |
verifyDebt(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
Long id,
Long level,
String comment) |
checkAndGetWriter, getErrorCode, getErrorInfo, getJsonCallBackTemplate, getUserId, handleResult, handleResult, totalPage, writeConent@RequestMapping(value="/a/u/refunds/search",
method=GET)
public String refundSearch(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/refund/{id}",
method=GET)
public String refundDetail(org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/a/u/refunds/{id}/verify/{level}",
method=POST)
public String verifyDebt(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
@PathVariable
Long id,
@PathVariable
Long level,
String comment)
throws Exception
Exceptionpublic BigDecimal caculate(BigDecimal debtCount, BigDecimal repayTot, BigDecimal refundTot)
public void refunds(com.ptteng.wealth.finance.model.Order order,
Long uid,
BigDecimal refunds)
throws Exception
Exceptionpublic Boolean increaseSmallLine(com.ptteng.wealth.finance.model.Fund fund, BigDecimal refundTot, Long smallLoanAt) throws Exception
ExceptionCopyright © 2017. All rights reserved.