From 65a809eede3d90cf8cd5cadcdd1b4a5c1faba46d Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 15 十一月 2022 11:33:10 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/crm/manager/service/impl/CstmrTypeServiceImpl.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/crm/manager/service/impl/CstmrTypeServiceImpl.java b/src/main/java/com/zy/crm/manager/service/impl/CstmrTypeServiceImpl.java
index 5b63fb0..f971727 100644
--- a/src/main/java/com/zy/crm/manager/service/impl/CstmrTypeServiceImpl.java
+++ b/src/main/java/com/zy/crm/manager/service/impl/CstmrTypeServiceImpl.java
@@ -9,4 +9,8 @@
 @Service("cstmrTypeService")
 public class CstmrTypeServiceImpl extends ServiceImpl<CstmrTypeMapper, CstmrType> implements CstmrTypeService {
 
+    @Override
+    public CstmrType selectByName(Long hostId, String name) {
+        return this.baseMapper.selectByName(hostId, name);
+    }
 }

--
Gitblit v1.9.1