|
@@ -246,7 +246,7 @@ public interface QwUserMapper extends BaseMapper<QwUser>
|
|
|
@Select("select app_key from qw_user where qw_user_id=#{qwUserId} and corp_id =#{corpId} limit 1")
|
|
|
String selectQwUserByQwUserIdAndCorId(@Param("qwUserId")String qwUserId,@Param("corpId") String corpId);
|
|
|
|
|
|
- @Select("UPDATE qw_user SET company_user_id = NULL,status=0 where company_user_id=#{companyUserId}")
|
|
|
+ @Select("UPDATE qw_user SET company_user_id = NULL,company_id = NULL,status=0 where company_user_id=#{companyUserId}")
|
|
|
void updateUserByUserId(Long companyUserId);
|
|
|
|
|
|
@Select("UPDATE qw_user SET company_user_id = NULL,status=0 where id=#{id} ")
|