From 9739e12c89e42a2b445801fea0ad958c5f08281c Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 18 May 2021 18:32:51 +0800
Subject: [PATCH] add entrustOrder and marketBusiness

---
 src/main/resources/mapper/otc/OtcOrderAppealDao.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/otc/OtcOrderAppealMapper.xml b/src/main/resources/mapper/otc/OtcOrderAppealDao.xml
similarity index 94%
rename from src/main/resources/mapper/otc/OtcOrderAppealMapper.xml
rename to src/main/resources/mapper/otc/OtcOrderAppealDao.xml
index 2d8d14f..ae34539 100644
--- a/src/main/resources/mapper/otc/OtcOrderAppealMapper.xml
+++ b/src/main/resources/mapper/otc/OtcOrderAppealDao.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="com.xcong.excoin.modules.otc.dao.OtcOrderAppealMapper">
+<mapper namespace="com.xcong.excoin.modules.otc.dao.OtcOrderAppealDao">
 
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1