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}