优化
This commit is contained in:
@ -118,6 +118,6 @@ public interface MemberUserMapper extends BaseMapperX<MemberUserDO> {
|
|||||||
String getFace(Long userId);
|
String getFace(Long userId);
|
||||||
|
|
||||||
@Update("update user_face set phone = #{phone} where sys_user_id = #{userId}")
|
@Update("update user_face set phone = #{phone} where sys_user_id = #{userId}")
|
||||||
String updateFace(@Param("userId") Long userId, @Param("phone")String phone);
|
void updateFace(@Param("userId") Long userId, @Param("phone")String phone);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user