Commit 6b222625a06bb0b27d05eda29d88c43f616f65e4

Authored by litao@lymsh.com
1 parent d0cd20f182

改bug

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java View file @ 6b22262
... ... @@ -914,8 +914,8 @@
914 914 }
915 915 if(flag) {
916 916 Map<String, Object> hospitalInfo = couponMapper.findHospitalInfoById(hid);
917   - hospitalInfo.put("cityName", hospitalInfo.get("city_id"));
918   - hospitalInfo.put("areaName", hospitalInfo.get("area_id"));
  917 + hospitalInfo.put("cityName", findName(hospitalInfo.get("city_id")));
  918 + hospitalInfo.put("areaName", findName(hospitalInfo.get("area_id")));
919 919 hospitalInfo.put("un_used_coupons", un_used_coupons);
920 920 hospitalInfo.put("un_used_coupon_count", un_used_coupons.size());
921 921 hospitalInfo.put("unUsedIds", unUsedIds);