huanghongfa
2021-09-10 430fc267ba38916225b27a8421ffc660e8fc8f25
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);
}