|
@@ -382,7 +382,7 @@ public interface QwExternalContactMapper extends BaseMapper<QwExternalContact> {
|
|
|
@Select("select is_repeat from qw_external_contact where user_id=${userId} limit 1")
|
|
|
Integer selectQwIsRepeat(Long id);
|
|
|
|
|
|
- @Select("select * from qw_external_contact where fs_user_id = #{fsUserId}")
|
|
|
+ @Select("select * from qw_external_contact where fs_user_id = #{fsUserId} and status = 0 ")
|
|
|
List<QwExternalContact> selectQwExternalContactListVOByfsUserId(Long fsUserId);
|
|
|
|
|
|
@Update("update qw_external_contact set comment_status = #{commentStatus} where fs_user_id = #{fsUserId}")
|