Commit cd78636941c0627aa7270584d339ff3634ed8adc
1 parent
4ed28a56dd
Exists in
master
and in
6 other branches
儿童开通增值服务发送短信
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
cd78636
... | ... | @@ -332,7 +332,9 @@ |
332 | 332 | babyModel.setServiceType(request.getServiceType()); |
333 | 333 | babyModel.setServiceStatus(request.getServiceStatus()); |
334 | 334 | babyBookbuildingService.updateBabyBuild(babyModel, request.getId()); |
335 | + createExtensionMsg(babyModel); | |
335 | 336 | } |
337 | + | |
336 | 338 | |
337 | 339 | return true; |
338 | 340 | } |