Commit 1df911fe27af64a40683d092dfdc6250b209ce22
1 parent
e8e9ae28d3
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CouponPrintController.java
View file @
1df911f
... | ... | @@ -154,6 +154,7 @@ |
154 | 154 | result.put("createDate",couponInfo.get("createDate"));//发放时间 |
155 | 155 | result.put("hospitalName",CommonsHelper.getHospitalName(patient.getHospitalId(), organizationService));//医院名称 |
156 | 156 | result.put("userName",patient.getUsername()); //用户名 |
157 | + result.put("couponType",type.toString()); //优惠劵类型 | |
157 | 158 | |
158 | 159 | String areaName = ""; |
159 | 160 | if (org.apache.commons.lang.StringUtils.isNotEmpty(patient.getHospitalId())) { |