xiaoyong931011
2021-05-15 8c5d7fe2c75a5a528f4e653c5574dc2a0ad61cdb
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>