|
|
|
@ -71,7 +71,7 @@ public class PartnerApplyController {
|
|
|
|
|
return clientApply.listPartnerApply(manager,apply);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "/{client_id}",method = RequestMethod.GET)
|
|
|
|
|
@RequestMapping(value = "/clientId/{client_id}",method = RequestMethod.GET)
|
|
|
|
|
@RequireManager(role = {ManagerRole.ADMIN, ManagerRole.BD_USER, ManagerRole.OPERATOR, ManagerRole.SERVANT})
|
|
|
|
|
public JSONObject getComplianceCompanyDetail(@PathVariable String client_apply_id) {
|
|
|
|
|
return clientApply.getPartnerApplicationDetail(client_apply_id);
|
|
|
|
|