From 2d868cd5c0a65974751b68de6765ec5230874fa5 Mon Sep 17 00:00:00 2001 From: fl <3098731433@qq.com> Date: Thu, 23 Jan 2025 14:57:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=80=83=E5=8B=A4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/att/AttSourceDataMapper.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bonus-modules/bonus-system/src/main/resources/mapper/att/AttSourceDataMapper.xml b/bonus-modules/bonus-system/src/main/resources/mapper/att/AttSourceDataMapper.xml index 91a9797..4479aeb 100644 --- a/bonus-modules/bonus-system/src/main/resources/mapper/att/AttSourceDataMapper.xml +++ b/bonus-modules/bonus-system/src/main/resources/mapper/att/AttSourceDataMapper.xml @@ -296,7 +296,6 @@ SELECT count(0) FROM att_data WHERE user_id = #{userId} - and org_id = #{orgId} and att_type = #{attType} and att_current_day = #{attCurrentDay} @@ -305,7 +304,6 @@ SELECT count(0) FROM att_data_update WHERE user_id = #{userId} - and org_id = #{orgId} and att_type = #{attType} and att_current_day = #{attCurrentDay}