springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/service/impl/ComPbMemberServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/service/impl/ComPbMemberServiceImpl.java
@@ -234,8 +234,8 @@ comMngVolunteerMngVO.setCommunityId(2L); R r = communityService.addVolunteer(comMngVolunteerMngVO); // 支援者添加成功,修改小程序用户的志愿者状态 ,通过手机号 if (R.isOk(r)) { String phone = comMngVolunteerMngVO.getPhone(); String phone = comMngVolunteerMngVO.getPhone(); if (R.isOk(r) && StringUtils.isNotBlank(phone)) { R r1 = userService.putUserIsVolunteer(phone, 1); if (R.isOk(r1)) { log.info("修改手机号【{}】的支援者状态为是", phone);