Merge branch 'new-pagination' of https://github.com/Kitzanos/GEPAFIN-BE into new-pagination
This commit is contained in:
@@ -138,6 +138,7 @@ public class UserActionDao {
|
|||||||
responseBean.setResponse(action.getResponse());
|
responseBean.setResponse(action.getResponse());
|
||||||
responseBean.setCreatedDate(action.getCreatedDate());
|
responseBean.setCreatedDate(action.getCreatedDate());
|
||||||
responseBean.setUpdatedDate(action.getUpdatedDate());
|
responseBean.setUpdatedDate(action.getUpdatedDate());
|
||||||
|
responseBean.setMethodType(action.getMethodType());
|
||||||
return responseBean;
|
return responseBean;
|
||||||
}).collect(Collectors.toList());
|
}).collect(Collectors.toList());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user