|
|
@ -43,7 +43,7 @@ public class CleanLogClientController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@PartnerMapping(value = "/{client_id}/{clearing_data}/export",roles = {PartnerRole.ADMIN,PartnerRole.MANAGER})
|
|
|
|
@PartnerMapping("/{client_id}/{clearing_data}/export")
|
|
|
|
public void exportListClearingTransactions(@PathVariable int client_id, @PathVariable String clearing_data,
|
|
|
|
public void exportListClearingTransactions(@PathVariable int client_id, @PathVariable String clearing_data,
|
|
|
|
@ModelAttribute(CommonConsts.PARTNER_STATUS) JSONObject partner, HttpServletResponse resp) {
|
|
|
|
@ModelAttribute(CommonConsts.PARTNER_STATUS) JSONObject partner, HttpServletResponse resp) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|