1
lige
2024-03-08 e3bb90bf7a3761009c8583c6231f5482f87d4b2d
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjBigPositiveController.java
@@ -86,7 +86,6 @@
            return AjaxResult.error("请输入科室id");
        }
        //根据当前登陆的人的科室id,获取该科室下的所有项目
        // TODO: 2023/3/24  给超级管理员赋医生检查权限
        List<Long> postIds = sysUser.getPostIds();
        List<Long> ksproList = null;
        if (postIds != null) {