Commit 8a23b7f1fca3eaec6d8e7bc8fb14f9a94b151fc9

Authored by liquanyu
1 parent 681136d837

消息模板

Showing 1 changed file with 3 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java View file @ 8a23b7f
... ... @@ -5328,6 +5328,8 @@
5328 5328 */
5329 5329 private void sendMiddleGuide(BabyModel babyModel,String contentMsg)
5330 5330 {
  5331 + System.out.println("==============="+babyModel.getId());
  5332 + System.out.println("==============="+contentMsg);
5331 5333 if (!StringUtils.isNotEmpty(contentMsg))
5332 5334 {
5333 5335 return;
... ... @@ -5337,6 +5339,7 @@
5337 5339 SmsConfigModel configModel = new SmsConfigModel();
5338 5340 // 1 推送服务, 2 推送和短信服务 3短信服务,
5339 5341 int startType = smsConfigFacade.hospitalIsStart(babyModel.getHospitalId(), configModel, SmsServiceEnums.FWKT.getId());
  5342 + System.out.println("==============="+startType);
5340 5343 if (startType == 0) {
5341 5344 return;
5342 5345 }