Commit bbb988a419bf3f453aa599479b0ec9912d2afcea
1 parent
42f8d9c5a5
Exists in
master
and in
6 other branches
改bug
Showing 2 changed files with 3 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
bbb988a
| ... | ... | @@ -2073,6 +2073,9 @@ |
| 2073 | 2073 | param2.put("hid", param.get("hospitalId")); |
| 2074 | 2074 | // param2.put("uids", ids); |
| 2075 | 2075 | param2.put("uids", userIds); |
| 2076 | + if(CollectionUtils.isEmpty(userIds)) { | |
| 2077 | + return RespBuilder.buildSuccess(new PageResult(0, (Integer) param.get("currentPage2"), (Integer) param.get("pageSize2"), null)); | |
| 2078 | + } | |
| 2076 | 2079 | List<Map<String,Object>> userSendInfo = couponMapper.findUserSendInfoByUids(param2); |
| 2077 | 2080 | System.out.println(userIds); |
| 2078 | 2081 | // Integer count = couponMapper.findUserSendInfoCount(param); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/ResolveUtils.java
View file @
bbb988a
| ... | ... | @@ -402,10 +402,6 @@ |
| 402 | 402 | } |
| 403 | 403 | |
| 404 | 404 | |
| 405 | - | |
| 406 | - | |
| 407 | - | |
| 408 | - | |
| 409 | 405 | public static void main(String[] str) { |
| 410 | 406 | // String ssss = "{\"qztp\":true,\"yesOrNo\":\"no\",\"tpzb\":true,\"zxqqz\":true,\"zxqqq\":true,\"tpzl\":true," + |
| 411 | 407 | // "\"zxmxgxybfzxqq\":true,\"chcx\":true,\"rshbmxgxy\":true,\"tmzp\":true,\"rsqgxy\":true,\"qt\":false,\"qtText\":\"11\"}"; |