Commit 50bf348d4f2f771f1cf43c84376f14355a508b49
1 parent
c6b5d70c84
Exists in
master
and in
6 other branches
打印
Showing 1 changed file with 4 additions and 0 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/service/impl/CouponServiceImpl.java
View file @
50bf348
... | ... | @@ -604,6 +604,10 @@ |
604 | 604 | String url = weixinQrcodeConfigs.get(0).getWxUrl(); |
605 | 605 | return url; |
606 | 606 | } |
607 | + else | |
608 | + { | |
609 | + System.out.println("no coupon config ; hospital id = " + hId); | |
610 | + } | |
607 | 611 | } |
608 | 612 | try {String s = HttpClientUtil.doGet(PropertiesUtil.getInstance().getDefault("or.code.create.url"), params, "utf-8", null); |
609 | 613 | JSONObject jsonObject = JSONObject.fromObject(s); |