Helius
2021-05-27 7f133cb8fc080b64ab8002b35f04b646f95a6abf
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>