Commit 582d58f87f28e114aa584af88686dc59cc2b5f98
1 parent
2e1fefb884
Exists in
master
and in
6 other branches
优惠券修改
Showing 2 changed files with 2 additions and 3 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/service/impl/CouponServiceImpl.java
View file @
582d58f
... | ... | @@ -807,7 +807,7 @@ |
807 | 807 | |
808 | 808 | Map<String, Object> param = new HashMap<>(); |
809 | 809 | param.put("userId", userId); |
810 | - //param.put("hospitalId", hospitalId); | |
810 | + param.put("hospitalId", hospitalId); | |
811 | 811 | |
812 | 812 | Map<String, Object> restMap = new HashMap<>(); |
813 | 813 | restMap.put("topName", couponMapper.findTopName(hospitalId)); |
platform-operate-api/src/main/java/com/lyms/hospitalapi/lhxfy/LhxfyService.java
View file @
582d58f