| | |
| | | |
| | | @Override |
| | | public List<SpStatExpense> getListBySpstatExpense(SpStatExpenseReq spStatExpenseReq) { |
| | | return spstatExpenseMapper.getListBySpstatExpense(spStatExpenseReq.getPabegtime(), spStatExpenseReq.getPaendtime(), spStatExpenseReq.getPadeptno(), spStatExpenseReq.getPauserno(), spStatExpenseReq.getPaexpensetype()); |
| | | return spstatExpenseMapper.getListBySpstatExpense(spStatExpenseReq.getPabegtime(), spStatExpenseReq.getPaendtime(), spStatExpenseReq.getPadeptno(), spStatExpenseReq.getPausername(), spStatExpenseReq.getPaexpensetype()); |
| | | } |
| | | |
| | | } |