|
@@ -102,7 +102,6 @@ public class CommonController {
|
|
|
@ApiOperation("机构下拉查询加载 会员、经纪人")
|
|
@ApiOperation("机构下拉查询加载 会员、经纪人")
|
|
|
@RequestMapping(method = RequestMethod.GET, value = "/queryOrganSelect")
|
|
@RequestMapping(method = RequestMethod.GET, value = "/queryOrganSelect")
|
|
|
@ApiResponse(code = 200, message = "成功", response = AjaxResult.class)
|
|
@ApiResponse(code = 200, message = "成功", response = AjaxResult.class)
|
|
|
- @ResponseBody
|
|
|
|
|
public AjaxResult<OrganSelectResult> queryOrganSelect(OrganSelectParam vo, HttpServletRequest request) {
|
|
public AjaxResult<OrganSelectResult> queryOrganSelect(OrganSelectParam vo, HttpServletRequest request) {
|
|
|
try {
|
|
try {
|
|
|
Systemmanager systemmanager = iSystemmanagerMapper.selectOne(new QueryWrapper<Systemmanager>().eq("LOGINCODE", iCommonService.getUserLoginCode(request)));
|
|
Systemmanager systemmanager = iSystemmanagerMapper.selectOne(new QueryWrapper<Systemmanager>().eq("LOGINCODE", iCommonService.getUserLoginCode(request)));
|
|
@@ -155,7 +154,6 @@ public class CommonController {
|
|
|
@ApiOperation("子机构开户下拉查询推荐人 / 出入金(交易商列表查询)")
|
|
@ApiOperation("子机构开户下拉查询推荐人 / 出入金(交易商列表查询)")
|
|
|
@RequestMapping(method = RequestMethod.GET, value = "/queryInvestorSelect")
|
|
@RequestMapping(method = RequestMethod.GET, value = "/queryInvestorSelect")
|
|
|
@ApiResponse(code = 200, message = "成功", response = AjaxResult.class)
|
|
@ApiResponse(code = 200, message = "成功", response = AjaxResult.class)
|
|
|
- @ResponseBody
|
|
|
|
|
private AjaxResult<InvestorSelectResult> queryInvestorSelect(HttpServletRequest request, InvestorSelectParam investorSelectParam) {
|
|
private AjaxResult<InvestorSelectResult> queryInvestorSelect(HttpServletRequest request, InvestorSelectParam investorSelectParam) {
|
|
|
Systemmanager systemmanager = iSystemmanagerMapper.selectOne(new QueryWrapper<Systemmanager>().eq("LOGINCODE", iCommonService.getUserLoginCode(request)));
|
|
Systemmanager systemmanager = iSystemmanagerMapper.selectOne(new QueryWrapper<Systemmanager>().eq("LOGINCODE", iCommonService.getUserLoginCode(request)));
|
|
|
investorSelectParam.setAccountStatus(4);
|
|
investorSelectParam.setAccountStatus(4);
|
|
@@ -271,7 +269,7 @@ public class CommonController {
|
|
|
return iCommonService.queryBooleanForAmount(cusbankid, extendbiztype, usabletype);
|
|
return iCommonService.queryBooleanForAmount(cusbankid, extendbiztype, usabletype);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @ApiOperation("通用枚举判断信息展示查询")
|
|
|
|
|
|
|
+ @ApiOperation("菜单通用信息查询")
|
|
|
@RequestMapping(method = RequestMethod.GET, value = "/queryCommonFlag")
|
|
@RequestMapping(method = RequestMethod.GET, value = "/queryCommonFlag")
|
|
|
@ApiResponse(code = 200, message = "成功", response = AjaxResult.class)
|
|
@ApiResponse(code = 200, message = "成功", response = AjaxResult.class)
|
|
|
private AjaxResult<CommonResult> queryCommonFlag(CommonParam commonParam) {
|
|
private AjaxResult<CommonResult> queryCommonFlag(CommonParam commonParam) {
|
|
@@ -286,7 +284,6 @@ public class CommonController {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@ApiOperation("子机构管理-->获取机构及所有子机构")
|
|
@ApiOperation("子机构管理-->获取机构及所有子机构")
|
|
|
- @ResponseBody
|
|
|
|
|
@RequestMapping(method = RequestMethod.GET, value = "/getAreaAndAllChilds")
|
|
@RequestMapping(method = RequestMethod.GET, value = "/getAreaAndAllChilds")
|
|
|
@ApiResponse(code = 200, message = "成功", response = PageResult.class)
|
|
@ApiResponse(code = 200, message = "成功", response = PageResult.class)
|
|
|
private AjaxResult<UserAccountVo> getAreaAndAllChilds(HttpServletRequest request) {
|
|
private AjaxResult<UserAccountVo> getAreaAndAllChilds(HttpServletRequest request) {
|