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