@@ -195,7 +195,7 @@
AND tenant_id_ = #{tenantId}
AND (jpush_type_ = #{jpushType} OR jpush_type_ IS NULL)
<if test="type != null">
- and type_ = #{type,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
+ and (type_ = 3 or type_ = 4)
</if>
group by group_
</select>