Commit 3be73b83f0a58bbf14d5187e636d72e865760420

Authored by liquanyu
1 parent b81e880a84

孕妇课程调查

Showing 2 changed files with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/CourseFacade.java View file @ 3be73b8
... ... @@ -441,7 +441,6 @@
441 441 SmsConfigModel configModel = new SmsConfigModel();
442 442 // 1 推送服务, 2 推送和短信服务 3短信服务,
443 443 int startType = smsConfigFacade.hospitalIsStart(hospitalId, configModel, SmsServiceEnums.YFXXKCTX.getId());
444   - System.out.println("course====" + startType);
445 444 if (startType == 0) {
446 445 return;
447 446 }
platform-operate-api/src/main/java/com/lyms/platform/operate/web/inteceptor/MysqlDataInterceptor.java View file @ 3be73b8
... ... @@ -42,6 +42,7 @@
42 42 uses.add("baby_patient_extend_ear_hearing_diagnose");
43 43 uses.add("baby_patient_extend_ear_mother");
44 44 uses.add("baby_patient_extend_ear_screen");
  45 + uses.add("lyms_user_score");
45 46 }
46 47  
47 48 public Object intercept(Invocation invocation) throws Throwable {