forked from gzzfw/backEnd/gz-dyh

liyj
2024-10-28 fe28edcb7f292afb042e8b16f0364994b35ac7a8
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();
        }
    }