From 0ec80d1281c95fba831092755bf07124f798ede4 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 18 一月 2019 15:53:37 +0800 Subject: [PATCH] 消息相关修改 --- fanli/src/main/java/com/yeshi/fanli/mapping/msg/UserMsgUnReadNumMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/mapping/msg/UserMsgUnReadNumMapper.xml b/fanli/src/main/java/com/yeshi/fanli/mapping/msg/UserMsgUnReadNumMapper.xml index 3b458e3..a847f33 100644 --- a/fanli/src/main/java/com/yeshi/fanli/mapping/msg/UserMsgUnReadNumMapper.xml +++ b/fanli/src/main/java/com/yeshi/fanli/mapping/msg/UserMsgUnReadNumMapper.xml @@ -18,7 +18,7 @@ jdbcType="TIMESTAMP" /> <result column="mrs_update_time" property="updateTime" jdbcType="TIMESTAMP" /> - <association property="user" column="mrs_uid"> + <association property="user" column="mrs_uid" javaType="com.yeshi.fanli.entity.bus.user.UserInfo"> <id column="mrs_uid" property="id" jdbcType="BIGINT" /> </association> </resultMap> -- Gitblit v1.8.0