xiaoyong931011
2021-05-26 a0a9e797f1f482e18ea03a40beefa1f85a03faee
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>