|
@@ -44,6 +44,7 @@ public interface ImMsgReceivedRepository extends BaseMapper<ImMsgReceivedPO> {
|
|
|
"imr.group_id as group_id,\n" +
|
|
"imr.group_id as group_id,\n" +
|
|
|
"imr.msg_content as msg_content,\n" +
|
|
"imr.msg_content as msg_content,\n" +
|
|
|
"imr.send_time as send_time,\n" +
|
|
"imr.send_time as send_time,\n" +
|
|
|
|
|
+ "imr.duration as duration,\n" +
|
|
|
"imr.msg_type as msg_type\n" +
|
|
"imr.msg_type as msg_type\n" +
|
|
|
"from \n" +
|
|
"from \n" +
|
|
|
"im_msg_received as imr\n" +
|
|
"im_msg_received as imr\n" +
|