点赞点踩
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<select id="queryOdsVdqwMessageByData" resultType="com.volvo.ai.analytic.center.dto.corpus.OdsVdqwMessageOTD" >
|
||||
|
||||
SELECT
|
||||
tovm.from_user_id as fromUserUnId,
|
||||
tovm.from_user_id as fromUserId,
|
||||
tovm.accept_user_id as acceptUserId,
|
||||
tovm.msg_time as msgTime,
|
||||
tovm.chat_type as chatType
|
||||
@@ -50,12 +50,12 @@
|
||||
WHERE
|
||||
tovm.msg_time between #{statTime} and #{endTime}
|
||||
AND tovm.from_user_id IN
|
||||
<foreach collection="fromUserId" item="userIdList" open="(" separator="," close=")">
|
||||
#{userIdList}
|
||||
<foreach collection="userIdList" item="userId" open="(" separator="," close=")">
|
||||
#{userId}
|
||||
</foreach>
|
||||
AND tovm.accept_user_id IN
|
||||
<foreach collection="fromUserId" item="userIdList" open="(" separator="," close=")">
|
||||
#{userIdList}
|
||||
<foreach collection="userIdList" item="userId" open="(" separator="," close=")">
|
||||
#{userId}
|
||||
</foreach>
|
||||
AND tovm.chat_type = 0
|
||||
and tovm.msg_type='text'
|
||||
|
||||
Reference in New Issue
Block a user