Helius
2021-03-30 0e2ecf41e6ff7dadd8b2f5bd18d118e88f23d9eb
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>