tangxiaobao
2021-09-09 7b7c169b96b5d49cd4fca66e5efe4a8f85239b51
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java
@@ -307,5 +307,7 @@
    @Select("select user_id,`name` from sys_user as su where type = 3 and community_id = #{communityId}")
    List<SysUserVO> getUserListByCommunityId(@Param("communityId") Long communityId);
    @Update("update sys_user set tags = #{sysUserDO.tags}  where user_id = #{sysUserDO.userId}")
    int putUserTag(@Param("sysUserDO") SysUserDO sysUserDO);
}