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