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 { ...@@ -171,7 +171,7 @@ public class OrganizationHKController {
return organizationHKService.deleteAttachment(attachmentId); return organizationHKService.deleteAttachment(attachmentId);
} }
// @RequestMapping(value = "getShareholders",method = RequestMethod.GET) // @RequestMapping(value = "getShareholders",method = RequestMethod.GET)
// public @ResponseBody OperationResultDto<OrgShareholdersDto> getShareholders(@RequestParam Long orgId){ // public @ResponseBody OperationResultDto<OrgShareholdersDto> getShareholders(@RequestParam Long orgId){
// logger.info("GET /api/v1/orgHK/getShareholders"); // logger.info("GET /api/v1/orgHK/getShareholders");
// return organizationHKService.getShareholders(orgId); // return organizationHKService.getShareholders(orgId);
......
...@@ -192,8 +192,8 @@ commonModule.controller('editOrganizationShareholderModalController', ['$scope', ...@@ -192,8 +192,8 @@ commonModule.controller('editOrganizationShareholderModalController', ['$scope',
$scope.dropdownDatasource = { $scope.dropdownDatasource = {
// investmentEntityTypeList: [], // investmentEntityTypeList: [],
ownershipFormTypeList: constant.organizationHK.OwnershipForm, ownershipFormTypeList: constant.organizationHK.OwnershipForm,
commonOrPreferredTypeList: [{id: "1", name: 'Commmon'}, {id: "2", name: 'Preferred'}], commonOrPreferredTypeList: constant.organizationHK.commonOrPreferredType,
classOfSharesTypeList: [{id: "1", name: 'A'}, {id: "2", name: 'B'}] classOfSharesTypeList: constant.organizationHK.classOfSharesType
}; };
orgHKService.getOrgsListInfo().success(function (res) { orgHKService.getOrgsListInfo().success(function (res) {
if (res && res.result) { 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