From 97bb5d54315b91b851d6934fb2bb98b80b7dc4f1 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Sat, 15 May 2021 16:20:04 +0800 Subject: [PATCH] 20210514 云顶 --- src/main/resources/mapper/modules/BasicSettingMapper.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/BasicSettingMapper.xml b/src/main/resources/mapper/modules/BasicSettingMapper.xml index 1f9ac58..73f1e5e 100644 --- a/src/main/resources/mapper/modules/BasicSettingMapper.xml +++ b/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> \ No newline at end of file -- Gitblit v1.9.1