2026年物业门控五金耗材推荐榜:中企创联工业品,小区/写字楼/物业多场景门控配件全覆盖
2026/3/2 14:07:46
Mybatis-Plus提供的可以根据id修改数据接口
wxUserService.updateById(wxUser); 不根据id修改
wxUserService.lambdaUpdate() .eq(WxUser::getOpenId, openId) //根据修改的字段 .set(WxUser::getPhone, phoneNumber) //需要修改的 .update();