Commit ee7f9841bdf21558442cbb7901798e4e6b0abafc
1 parent
1980197036
Exists in
master
and in
8 other branches
code update
Showing 1 changed file with 6 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SmsConfigFacade.java
View file @
ee7f984
| ... | ... | @@ -677,6 +677,12 @@ |
| 677 | 677 | } |
| 678 | 678 | List<Map<String,String>> list = new ArrayList<>(); |
| 679 | 679 | |
| 680 | + | |
| 681 | + if (StringUtils.isNotEmpty(content)) | |
| 682 | + { | |
| 683 | + content = content.replace(" ","+"); | |
| 684 | + } | |
| 685 | + | |
| 680 | 686 | SmsResult sms = MessageCenterService.querySmsList(hospitalIds, phone, smsType, smsStatus, content, planTimeStart, planTimeEnd, actualTimeStart, actualTimeEnd,objType, page, limit); |
| 681 | 687 | |
| 682 | 688 | if (sms != null && sms.getList() != null ) |