Helius
2021-05-26 f5d87a5a585adcbb148dee6c62ff6e18c4e7334c
src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml
@@ -15,5 +15,13 @@
         a.id,
         a. NAME
   </select>
   <select id="selectOneBySymbol" resultType="com.xcong.excoin.modules.platform.entity.PlatformSymbolsCoinEntity">
      SELECT
         *
      FROM
         platform_symbols_coin a
         where a.name = #{symbol}
   </select>
   
</mapper>