| | |
| | | @RequestParam(value = "applyUserName",required = false) String applyUserName, |
| | | @RequestParam(value = "bankCode",required = false) String bankCode, |
| | | @RequestParam(value = "applyUserTel",required = false) String applyUserTel, |
| | | @RequestParam(value = "objId",required = false) String objId, |
| | | @RequestParam(value = "state",required = false) String state) { |
| | | AccountWithdrawalApplyDto accountWithdrawalApplyDto = new AccountWithdrawalApplyDto(); |
| | | accountWithdrawalApplyDto.setPage(page); |
| | |
| | | accountWithdrawalApplyDto.setApplyUserName(applyUserName); |
| | | accountWithdrawalApplyDto.setApplyUserTel(applyUserTel); |
| | | accountWithdrawalApplyDto.setBankCode(bankCode); |
| | | |
| | | accountWithdrawalApplyDto.setObjId( objId ); |
| | | if(null == state || "".equals( state )){ |
| | | state = ""; |
| | | } |