فهرست منبع

管理端消息盒子未读消息接口修复

jelly 3 سال پیش
والد
کامیت
6a65700725
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SysMessageMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/SysMessageMapper.xml

@@ -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>