From 5ebe08326ec43936d127bf704f3853adaf7b01c9 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 27 Sep 2021 11:28:54 +0800
Subject: [PATCH] Merge branch 'master' of http://120.27.238.55:7000/r/xc-mall

---
 src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java b/src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java
index 602eb3a..50956f7 100644
--- a/src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java
+++ b/src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java
@@ -2,6 +2,7 @@
 
 import cc.mrbird.febs.mall.dto.PayMethodDto;
 import cc.mrbird.febs.mall.entity.DataDictionaryCustom;
+import cc.mrbird.febs.mall.vo.AdminAgentLevelOptionTreeVo;
 import cc.mrbird.febs.mall.vo.AdminMallPayMethodEditVo;
 import cc.mrbird.febs.mall.vo.AdminPayMethodVo;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
@@ -18,4 +19,10 @@
     IPage<AdminPayMethodVo> getPayMethodListInPage(Page<AdminPayMethodVo> page, @Param("record")PayMethodDto payMethodDto);
 
     AdminMallPayMethodEditVo getMallPayMethodEditInfoById(@Param("id")long id);
+
+    DataDictionaryCustom selectNextAgentLevelInfo(@Param("level") String agentLevel);
+
+    DataDictionaryCustom selectDicDataByTypeAndCode(@Param("type") String type, @Param("code") String code);
+
+    List<AdminAgentLevelOptionTreeVo> getAgentLevelOption();
 }

--
Gitblit v1.9.1