Helius
2020-05-28 d775bb5dacca4c6ff33c65a0cb891f5992cc1bed
src/main/resources/mapper/platform/PlatformCnyUsdtExchangeDao.xml
File was renamed from src/main/resources/mapper/platform/CnyUsdtExchangeDao.xml
@@ -1,8 +1,8 @@
<?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.platform.dao.CnyUsdtExchangeDao">
<mapper namespace="com.xcong.excoin.modules.platform.dao.PlatformCnyUsdtExchangeDao">
    <select id="getCNYAndUSDTOne" resultType="com.xcong.excoin.modules.coin.entity.CnyUsdtExchange">
    <select id="getCNYAndUSDTOne" resultType="com.xcong.excoin.modules.platform.entity.PlatformCnyUsdtExchangeEntity">
        select  * from platform_cny_usdt_exchange limit 1
    </select>