ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/service/impl/UserApplyForAdmissionServiceImpl.java
@@ -131,6 +131,7 @@ //审核通过 apply.setStatus(1); apply.setUpdateTime(LocalDateTime.now()); apply.setRemark(applyReviewDTO.getRemark()); this.updateById(apply); //先加入商店 @@ -155,7 +156,7 @@ Phone phone = new Phone(); phone.setType(2);//门店 phone.setPhoneOne(apply.getServiceTel()); phone.setShopId(shop.getId()); phone.setShopId(shopId); R phoneR = phoneClient.insert(phone); if (phoneR.getCode()!=200){ throw new RuntimeException("添加店铺客服电话失败");