Explorar o código

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

jelly %!s(int64=3) %!d(string=hai) anos
pai
achega
6a65700725

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