|
|
@@ -155,7 +155,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<select id="selectUserIdsWithPendingSendForProject" resultType="java.lang.Long">
|
|
|
SELECT DISTINCT d.user_id
|
|
|
FROM fs_im_msg_send_detail d
|
|
|
- INNER JOIN fs_im_msg_send_log l ON l.log_id = d.logId
|
|
|
+ INNER JOIN fs_im_msg_send_log l ON l.log_id = d.log_id
|
|
|
WHERE d.user_id IN
|
|
|
<foreach collection="userIds" item="uid" open="(" separator="," close=")">
|
|
|
#{uid}
|