浏览代码

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

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>