|
@@ -32,4 +32,8 @@ public interface WeComUserMapper {
|
|
int updateByPrimaryKeySelective(WeComUser record);
|
|
int updateByPrimaryKeySelective(WeComUser record);
|
|
|
|
|
|
int updateByPrimaryKey(WeComUser record);
|
|
int updateByPrimaryKey(WeComUser record);
|
|
|
|
+
|
|
|
|
+ Long selectIdByExternalUserId(String externalUserId);
|
|
|
|
+
|
|
|
|
+ void insertList(@Param("list") List<WeComUser> list);
|
|
}
|
|
}
|