Commit cc4dccc8 authored by frank.xa.zhang's avatar frank.xa.zhang

fixed shareholder structure -- frank

parent 30a6d8cd
......@@ -171,7 +171,7 @@ public class OrganizationHKController {
return organizationHKService.deleteAttachment(attachmentId);
}
// @RequestMapping(value = "getShareholders",method = RequestMethod.GET)
// @RequestMapping(value = "getShareholders",method = RequestMethod.GET)
// public @ResponseBody OperationResultDto<OrgShareholdersDto> getShareholders(@RequestParam Long orgId){
// logger.info("GET /api/v1/orgHK/getShareholders");
// return organizationHKService.getShareholders(orgId);
......
......@@ -192,8 +192,8 @@ commonModule.controller('editOrganizationShareholderModalController', ['$scope',
$scope.dropdownDatasource = {
// investmentEntityTypeList: [],
ownershipFormTypeList: constant.organizationHK.OwnershipForm,
commonOrPreferredTypeList: [{id: "1", name: 'Commmon'}, {id: "2", name: 'Preferred'}],
classOfSharesTypeList: [{id: "1", name: 'A'}, {id: "2", name: 'B'}]
commonOrPreferredTypeList: constant.organizationHK.commonOrPreferredType,
classOfSharesTypeList: constant.organizationHK.classOfSharesType
};
orgHKService.getOrgsListInfo().success(function (res) {
if (res && res.result) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment