From 1ea0eea537d6b42b76b0857e1d90d5a0dbdab5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=9B=E5=8F=89=E9=97=AA=E9=97=AA?= <18322780655@163.com> Date: Mon, 22 Jul 2024 14:12:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=A4=E7=8F=AD=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/ShopUserDutyMapper.xml | 14 ++++++++++++++ .../resources/mapper/ShopUserDutyPayMapper.xml | 13 +++++++++++++ 2 files changed, 27 insertions(+) diff --git a/src/main/resources/mapper/ShopUserDutyMapper.xml b/src/main/resources/mapper/ShopUserDutyMapper.xml index 00a2096..aefb088 100644 --- a/src/main/resources/mapper/ShopUserDutyMapper.xml +++ b/src/main/resources/mapper/ShopUserDutyMapper.xml @@ -250,4 +250,18 @@ select * from tb_shop_user_duty where status = #{status} and shop_id = #{shopId} order by id desc limit 1 + + \ No newline at end of file diff --git a/src/main/resources/mapper/ShopUserDutyPayMapper.xml b/src/main/resources/mapper/ShopUserDutyPayMapper.xml index 055131a..691420a 100644 --- a/src/main/resources/mapper/ShopUserDutyPayMapper.xml +++ b/src/main/resources/mapper/ShopUserDutyPayMapper.xml @@ -118,4 +118,17 @@ ORDER BY c.sort DESC + + \ No newline at end of file