|
|
|
@ -74,8 +74,8 @@ public class PartnerCardDashboardController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@RequestMapping("/{client_id}/settlement_logs/{detailId}")
|
|
|
|
|
public JSONObject listClearingTransactions(@PathVariable int client_id, @PathVariable String detailId) {
|
|
|
|
|
return cleanService.getCleanLogTransactions(client_id, detailId);
|
|
|
|
|
public JSONObject listClearingTransactions(@PathVariable int client_id, @PathVariable int detailId,@ModelAttribute(CommonConsts.MANAGER_STATUS) JSONObject manager) {
|
|
|
|
|
return cleanService.getCleanLogTransactions(detailId, manager);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|