| | |
| | | |
| | | @Override |
| | | public ResponseEntity<String> listStateWithdrawalApplys(String[] states, int page, int row) { |
| | | System.out.println( states.length + "statesstatesstates"+states[0] ); |
| | | int count = accountWithdrawalApplyInnerServiceSMOImpl.listStateWithdrawalApplysCount( states); |
| | | |
| | | List<AccountWithdrawalApplyDto> accountWithdrawalApplyDtos = null; |
| | | if (count > 0) { |
| | | accountWithdrawalApplyDtos = accountWithdrawalApplyInnerServiceSMOImpl.listStateWithdrawalApplys(states, page, row); |
| | | accountWithdrawalApplyDtos = accountWithdrawalApplyInnerServiceSMOImpl.listStateWithdrawalApplys(states); |
| | | } else { |
| | | accountWithdrawalApplyDtos = new ArrayList<>(); |
| | | } |