Commit 054b9af079a0783ba3f15cda3a251c4de99ca28b
1 parent
63f475b69b
Exists in
master
and in
6 other branches
update code
Showing 3 changed files with 4 additions and 4 deletions
platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml
View file @
054b9af
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | </select> |
51 | 51 | |
52 | 52 | <insert id="save" parameterType="com.lyms.platform.permission.model.CouponInfo"> |
53 | - insert into coupon_info(id, <include refid="columnList" />) values(#{id},#{sequenceId},#{createDate},#{useDate},#{operatorUseId},#{userId},#{createUserId},#{couponTemplateId},#{createHospitalId},#{usedId},#{usedHospitalId},#{status}) | |
53 | + insert into coupon_info(id, <include refid="columnList" />) values(#{id},#{sequenceId},#{createDate},#{useDate},#{operatorUseId},#{userId},#{createUserId},#{couponTemplateId},#{createHospitalId},#{usedId},#{usedHospitalId},#{status},#{tempHospitalId},0) | |
54 | 54 | </insert> |
55 | 55 | |
56 | 56 | <select id="findTemp" parameterType="map" resultType="map"> |
platform-common/src/main/java/com/lyms/platform/common/utils/HttpClientUtil.java
View file @
054b9af
... | ... | @@ -180,7 +180,7 @@ |
180 | 180 | map.put("page","1"); |
181 | 181 | map.put("limit","10"); |
182 | 182 | long start = System.currentTimeMillis(); |
183 | - String s = doGet("https://area-qhd-api.healthbaby.com.cn:18019/getNoSendLis", map, "utf-8","3d19960bf3e81e7d816c4f26051c49ba"); | |
183 | + String s = doGet("https://area-dz-api.healthbaby.com.cn:12356/getNoSendLis", map, "utf-8","3d19960bf3e81e7d816c4f26051c49ba"); | |
184 | 184 | |
185 | 185 | long end = System.currentTimeMillis(); |
186 | 186 | System.out.print(end -start); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CouponPrintController.java
View file @
054b9af
... | ... | @@ -258,8 +258,8 @@ |
258 | 258 | |
259 | 259 | } |
260 | 260 | System.out.println(model.toString()); |
261 | -// String result = HospitalCouponPrintUtils.qhdCouponUse(model); | |
262 | - String result= "0"; | |
261 | + String result = HospitalCouponPrintUtils.qhdCouponUse(model); | |
262 | + //String result= "0"; | |
263 | 263 | System.out.print(result); |
264 | 264 | if("0".equals(result)){ |
265 | 265 | int count = couponService.updateCouponStatus(param); |