Commit 5414d3014a4563096c34ca5001db40aae9ad9f2e
1 parent
a15e8dc72c
Exists in
master
and in
6 other branches
注释
Showing 1 changed file with 17 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/HospitalCouponPrintUtils.java
View file @
5414d30
| ... | ... | @@ -24,6 +24,23 @@ |
| 24 | 24 | |
| 25 | 25 | public static final String DJQ_URL = PropertiesUtils.getPropertyValue("djq_url"); |
| 26 | 26 | |
| 27 | + /** | |
| 28 | + * | |
| 29 | + * 调用德州His插入数据接口 | |
| 30 | + * @param KLX | |
| 31 | + * @param KH | |
| 32 | + * @param FKYY | |
| 33 | + * @param FKR | |
| 34 | + * @param LKR | |
| 35 | + * @param FKSJ | |
| 36 | + * @param BZ | |
| 37 | + * @param JSFS | |
| 38 | + * @param KMJE | |
| 39 | + * @param XSJE | |
| 40 | + * @param CZZKL | |
| 41 | + * @param YE | |
| 42 | + * @return | |
| 43 | + */ | |
| 27 | 44 | public static String getDZdjq(String KLX,String KH,String FKYY,String FKR,String LKR,String FKSJ,String BZ,String JSFS,Integer KMJE,Integer XSJE,Integer CZZKL,Integer YE){ |
| 28 | 45 | String s2=null; |
| 29 | 46 | try { |