From 7572b8dbd4c41ca9b6437a032da2aa1a0fdd5444 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 17 May 2021 18:18:09 +0800 Subject: [PATCH] 20210517 云顶 --- src/main/resources/mapper/modules/BasicSettingMapper.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/BasicSettingMapper.xml b/src/main/resources/mapper/modules/BasicSettingMapper.xml index 204ba1e..73f1e5e 100644 --- a/src/main/resources/mapper/modules/BasicSettingMapper.xml +++ b/src/main/resources/mapper/modules/BasicSettingMapper.xml @@ -119,6 +119,7 @@ SELECT b.phone phoneTo, a.content content, + a.create_time createTime, a.amount amount, a.symbol symbol, a.status status, @@ -151,6 +152,7 @@ a.content content, a.amount amount, a.symbol symbol, + a.create_time createTime, a.status status, b.phone phoneFrom, d.quantity quantityOrder, @@ -176,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