Commit 31f92308c3c38685062133fe0900f029c58001f5
1 parent
92bca66521
Exists in
master
and in
6 other branches
短信修改
Showing 1 changed file with 0 additions and 1 deletions
platform-msg-generate/src/main/java/com/lyms/platform/msg/remote/AmsMessageService.java
View file @
31f9230
| ... | ... | @@ -29,7 +29,6 @@ |
| 29 | 29 | private static final Logger logger = LoggerFactory.getLogger(AmsMessageService.class); |
| 30 | 30 | public static final String AMS_URL= ConfigInterface.AMS_URL; |
| 31 | 31 | private static final String AUTHORIZATION = "healthbaby2015"; |
| 32 | - private static ObjectMapper om = new ObjectMapper(); | |
| 33 | 32 | |
| 34 | 33 | public static Map<String,List<MessageContent>> getMessageTemplateMap(String hospitalId,AmsServiceTypeEnum serviceType) { |
| 35 | 34 | System.out.println("ams > hospitalId=" + hospitalId + ";serviceType=" + serviceType); |