xiaoyong931011
2021-05-17 7572b8dbd4c41ca9b6437a032da2aa1a0fdd5444
src/main/resources/mapper/modules/BasicSettingMapper.xml
@@ -178,5 +178,13 @@
        ORDER BY a.buy_time DESC
    </select>
    <select id="getydProductById" resultType="com.xcong.excoin.modules.yunding.entity.YdProductEntity">
        SELECT
            *
        FROM
            yd_product a
        where id = #{id}
    </select>
</mapper>