forked from gzzfw/backEnd/gz-dyh

huangh
2024-10-29 3c8b8029a94666ce55e38d1f11c0d1bb0330afa5
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();
        }
    }