Commit 582d58f87f28e114aa584af88686dc59cc2b5f98

Authored by liquanyu
1 parent 2e1fefb884

优惠券修改

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
... ... @@ -1433,9 +1433,8 @@
1433 1433 baseResponse.setErrorcode(0);
1434 1434 }
1435 1435 } catch (Exception e) {
  1436 + e.printStackTrace();
1436 1437 baseResponse.setErrormsg(e.getMessage());
1437   - e.printStackTrace();
1438   -
1439 1438 }
1440 1439 }
1441 1440