Ver código fonte

安全检查

luojun 1 ano atrás
pai
commit
6fe9f0f69b

+ 1 - 1
soc-modules/soc-modules-system/src/main/java/com/xunmei/system/controller/SysDeptController.java

@@ -349,7 +349,7 @@ public class SysDeptController extends BaseController {
 
     @ApiOperation(value = "根据受检机构类型查询")
     @InnerAuth
-    @GetMapping("/findByOrgTypesAndParent")
+    @PostMapping("/findByOrgTypesAndParent")
     List<SysOrg> findByOrgTypesAndParent(@RequestBody FindOrgTypes types) {
         return orgService.findByOrgTypesAndParent(types);
     }