Commit 0cd2c5ffc9db3901660381171e38b69ece30151c

Authored by jiangjiazhi
1 parent 54ad117cac

增加soureceid

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java View file @ 0cd2c5f
... ... @@ -352,7 +352,7 @@
352 352 updatePatientFmDate(patients.getPid(), fmDate, 3);
353 353  
354 354 /** 填写分娩表分娩 >> 作废未使用的产检券 */
355   - remoteService.invalidCoupon(patients.getPid(), "2", RemoteUrlEnum.INVALID_COUPON_URL);
  355 +// remoteService.invalidCoupon(patients.getPid(), "2", RemoteUrlEnum.INVALID_COUPON_URL);
356 356 }
357 357 } else {
358 358 return new BaseResponse().setErrorcode(ErrorCodeConstants.NO_DATA).setErrormsg("parentId 为空,找不到产妇");