forked from gzzfw/backEnd/gz-dyh

wangwh
2024-10-28 e79d8c8f9679839bf983341fe2cf3212e1bb3001
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/client/CtUnitClientController.java
@@ -56,6 +56,7 @@
                return ReturnFailUtils.getRepInfo("查询组织不存在!");
            }
        } catch (Exception e) {
            log.error("Controller接口[CtUnitClientController.getUnitById]请求异常:"+e, e);
            return ReturnFailUtils.getRepInfo();
        }
    }