|
|
@@ -50,7 +50,7 @@ public interface QwUserMapper extends BaseMapper<QwUser>
|
|
|
@Select("select company_user_id,company_id,welcome_text,qw_user_name,send_msg_type from qw_user where id = #{id}")
|
|
|
public QwUser selectQwUserByIdByWeComeText(@Param("id") Long id);
|
|
|
|
|
|
- @Select("select * from qw_user where qw_user_id = #{qwUserId} and corp_id = #{corpId} ")
|
|
|
+ @Select("select * from qw_user where qw_open_user_id = #{qwUserId} and corp_id = #{corpId} ")
|
|
|
public QwUser selectQwUserByIdByWeComeText2(@Param("qwUserId") String qwUserId, @Param("corpId") String corpId);
|
|
|
/**
|
|
|
* 根据companyUserId查询企微用户
|