huanghongfa
2022-04-14 521fb5193e1c6350bca994409210d1c86dad610a
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/service/impl/ComPbCheckUnitServiceImpl.java
@@ -145,6 +145,9 @@
        if(checkUnitVo != null && StringUtils.isEmpty(checkUnitVo.getContacts())){
            checkUnitVo.setContacts("待编辑负责人");
        }
        if(checkUnitVo != null && StringUtils.isEmpty(checkUnitVo.getOrgName())){
            checkUnitVo.setOrgName("待编辑党支部");
        }
        return R.ok(checkUnitVo);
    }