From 929a694284815c32c33f7181bd23ec4827996250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE?= <8605635+zhang3064194730@user.noreply.gitee.com> Date: Mon, 16 Dec 2024 16:43:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B4=AD=E7=89=A9=E8=BD=A6=E8=A7=92?= =?UTF-8?q?=E6=A0=87=E6=95=B0=E9=87=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/TbProductMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/TbProductMapper.xml b/src/main/resources/mapper/TbProductMapper.xml index 44f720a..6e95051 100644 --- a/src/main/resources/mapper/TbProductMapper.xml +++ b/src/main/resources/mapper/TbProductMapper.xml @@ -539,7 +539,7 @@ AND `status` = 'create' AND created_at > UNIX_TIMESTAMP(NOW() - INTERVAL 1 DAY) * 1000 AND (master_id = #{masterId} OR master_id IS NULL) - + and table_id = #{tableId} AND use_type = #{useType}