lige
2023-11-24 6c3fd8197118abf5f61ba9b4643addf8c15aaab9
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjHzLogController.java
@@ -204,9 +204,6 @@
        for (TjHzLog re : res) {
            List<String> a = new ArrayList<>();
            List<String> b = new ArrayList<>();
//            if ("0".equals(re.getHzType())) {
//                continue;
//            }
            if (re.getHzDeptId() != null) {
                final String[] split = re.getHzDeptId().split(",");
                for (String s : split) {