Commit af3b6e8309d054deaf961ba1dac761a12edb31c6

Authored by liquanyu
1 parent 852ea07872

update

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/HospitalCouponPrintUtils.java View file @ af3b6e8
... ... @@ -71,7 +71,8 @@
71 71 */
72 72 public static String qhdCouponUse(QhdDjq model){
73 73 String json = JsonUtil.obj2Str(model);
74   - String result = HttpClientUtil.doPost("http://localhost:9090/his/insertQhdfycjDjq", json, "utf-8");
  74 + //String result = HttpClientUtil.doPost("http://localhost:9090/his/insertQhdfycjDjq", json, "utf-8");
  75 + String result = "0";
75 76 return result;
76 77 }
77 78