Commit d133862f authored by 蔡镇泽's avatar 蔡镇泽

监管机构信息管理

parent 05bcf645
...@@ -98,7 +98,7 @@ public class SuperviseOrganEmpController { ...@@ -98,7 +98,7 @@ public class SuperviseOrganEmpController {
* @param organId 适用机构id * @param organId 适用机构id
* @param spvOrganName 监管机构名称 * @param spvOrganName 监管机构名称
*/ */
@RequestMapping("/superviseOrganEmpList") @RequestMapping("/superviseOrganList")
public Result<List<SuperviseOrganVO>> superviseOrganList(String organId, String spvOrganName) { public Result<List<SuperviseOrganVO>> superviseOrganList(String organId, String spvOrganName) {
List<SuperviseOrganVO> result = superviseOrganEmpService.superviseOrganList(organId, spvOrganName); List<SuperviseOrganVO> result = superviseOrganEmpService.superviseOrganList(organId, spvOrganName);
return Result.success(result); return Result.success(result);
......
...@@ -87,7 +87,6 @@ public class SuperviseOrganServiceImpl implements SuperviseOrganEmpService { ...@@ -87,7 +87,6 @@ public class SuperviseOrganServiceImpl implements SuperviseOrganEmpService {
ChSuperviseOrgan chSuperviseOrgan = superviseOrganMapper.selectById(spvOrganId); ChSuperviseOrgan chSuperviseOrgan = superviseOrganMapper.selectById(spvOrganId);
chSuperviseOrgan.setIsLock(isLock); chSuperviseOrgan.setIsLock(isLock);
superviseOrganMapper.updateById(chSuperviseOrgan); superviseOrganMapper.updateById(chSuperviseOrgan);
} }
@Override @Override
......
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