Commit 022adb8d41a7e5d25e8b4a00e00100fbc401176b
1 parent
db8702635e
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 9 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SmsConfigFacade.java
View file @
022adb8
... | ... | @@ -626,6 +626,15 @@ |
626 | 626 | } |
627 | 627 | } |
628 | 628 | } |
629 | + else | |
630 | + { | |
631 | + BaseListResponse objectResponse = new BaseListResponse(); | |
632 | + objectResponse.setData(null); | |
633 | + objectResponse.setPageInfo(new PageInfo()); | |
634 | + objectResponse.setErrorcode(ErrorCodeConstants.SUCCESS); | |
635 | + objectResponse.setErrormsg("成功"); | |
636 | + return objectResponse; | |
637 | + } | |
629 | 638 | |
630 | 639 | String planTimeStart = ""; |
631 | 640 | String planTimeEnd = ""; |