src/main/java/com/xcong/excoin/modules/coin/service/impl/CoinServiceImpl.java
@@ -13,7 +13,6 @@ import com.xcong.excoin.common.enumerates.MemberWalletCoinEnum; import com.xcong.excoin.common.response.Result; import com.xcong.excoin.modules.coin.dao.MemberAccountMoneyChangeDao; import com.xcong.excoin.modules.coin.dao.platform.CnyUsdtExchangeDao; import com.xcong.excoin.modules.coin.entity.CnyUsdtExchange; import com.xcong.excoin.modules.coin.entity.MemberAccountMoneyChange; import com.xcong.excoin.modules.coin.parameter.vo.MemberAccountMoneyChangeInfoVo; @@ -28,6 +27,7 @@ import com.xcong.excoin.modules.member.entity.MemberWalletAgentEntity; import com.xcong.excoin.modules.member.entity.MemberWalletCoinEntity; import com.xcong.excoin.modules.member.entity.MemberWalletContractEntity; import com.xcong.excoin.modules.platform.dao.CnyUsdtExchangeDao; import com.xcong.excoin.utils.MessageSourceUtils; import cn.hutool.core.collection.CollUtil; import cn.hutool.core.util.ObjectUtil; src/main/java/com/xcong/excoin/modules/coin/service/impl/OrderCoinServiceImpl.java
@@ -23,13 +23,10 @@ import com.xcong.excoin.modules.coin.dao.MemberSelectSymbolsDao; import com.xcong.excoin.modules.coin.dao.OrderCoinDealDao; import com.xcong.excoin.modules.coin.dao.OrderCoinsDao; import com.xcong.excoin.modules.coin.dao.platform.CnyUsdtExchangeDao; import com.xcong.excoin.modules.coin.dao.platform.TradeSettingDao; import com.xcong.excoin.modules.coin.entity.CnyUsdtExchange; import com.xcong.excoin.modules.coin.entity.MemberAccountFlowEntity; import com.xcong.excoin.modules.coin.entity.OrderCoinsDealEntity; import com.xcong.excoin.modules.coin.entity.OrderCoinsEntity; import com.xcong.excoin.modules.coin.entity.PlatformTradeSettingEntity; import com.xcong.excoin.modules.coin.mapper.OrderWalletCoinDealMapper; import com.xcong.excoin.modules.coin.mapper.OrderWalletCoinMapper; import com.xcong.excoin.modules.coin.parameter.vo.MemberSelectSymbolsVo; @@ -42,6 +39,9 @@ import com.xcong.excoin.modules.member.dao.MemberWalletCoinDao; import com.xcong.excoin.modules.member.entity.MemberSelectSymbolsEntity; import com.xcong.excoin.modules.member.entity.MemberWalletCoinEntity; import com.xcong.excoin.modules.platform.dao.CnyUsdtExchangeDao; import com.xcong.excoin.modules.platform.dao.TradeSettingDao; import com.xcong.excoin.modules.platform.entity.PlatformTradeSettingEntity; import com.xcong.excoin.utils.MessageSourceUtils; import cn.hutool.core.collection.CollUtil; src/main/java/com/xcong/excoin/modules/platform/dao/CnyUsdtExchangeDao.java
File was renamed from src/main/java/com/xcong/excoin/modules/coin/dao/platform/CnyUsdtExchangeDao.java @@ -1,4 +1,4 @@ package com.xcong.excoin.modules.coin.dao.platform; package com.xcong.excoin.modules.platform.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.xcong.excoin.modules.coin.entity.CnyUsdtExchange; src/main/java/com/xcong/excoin/modules/platform/dao/TradeSettingDao.java
File was renamed from src/main/java/com/xcong/excoin/modules/coin/dao/platform/TradeSettingDao.java @@ -1,13 +1,13 @@ package com.xcong.excoin.modules.coin.dao.platform; package com.xcong.excoin.modules.platform.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.xcong.excoin.modules.coin.entity.PlatformLeverageSettingEntity; import com.xcong.excoin.modules.coin.entity.PlatformSymbolsSku; import com.xcong.excoin.modules.coin.entity.PlatformTradeSettingEntity; import com.xcong.excoin.modules.platform.entity.PlatformLeverageSettingEntity; import com.xcong.excoin.modules.platform.entity.PlatformSymbolsSku; import com.xcong.excoin.modules.platform.entity.PlatformTradeSettingEntity; public interface TradeSettingDao extends BaseMapper<PlatformTradeSettingEntity> { src/main/java/com/xcong/excoin/modules/platform/entity/PlatformLeverageSettingEntity.java
File was renamed from src/main/java/com/xcong/excoin/modules/coin/entity/PlatformLeverageSettingEntity.java @@ -1,4 +1,4 @@ package com.xcong.excoin.modules.coin.entity; package com.xcong.excoin.modules.platform.entity; import java.io.Serializable; src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSku.java
File was renamed from src/main/java/com/xcong/excoin/modules/coin/entity/PlatformSymbolsSku.java @@ -1,4 +1,4 @@ package com.xcong.excoin.modules.coin.entity; package com.xcong.excoin.modules.platform.entity; import java.io.Serializable; src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java
File was renamed from src/main/java/com/xcong/excoin/modules/coin/entity/PlatformTradeSettingEntity.java @@ -1,4 +1,4 @@ package com.xcong.excoin.modules.coin.entity; package com.xcong.excoin.modules.platform.entity; import java.io.Serializable; import java.math.BigDecimal;