Commit 634e03ab9fd8e9d147a17188104dd7fffc7483ee

Authored by jiangjiazhi
1 parent 611af264e5

增加soureceid

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java View file @ 634e03a
... ... @@ -72,7 +72,7 @@
72 72 public BaseResponse addOneMatDeliver(@Valid @RequestBody MatDeliverAddRequest deliverAddRequest,HttpServletRequest request){
73 73 LoginContext loginState = (LoginContext) request.getAttribute("loginContext");
74 74 BaseResponse baseResponse = matDeliverFacade.addOrUpdateMatDeliver(deliverAddRequest, loginState.getId());
75   - baseResponse.setObject(couponService.getPatientsInfoByCode(deliverAddRequest.getCouponCode()));
  75 +// baseResponse.setObject(couponService.getPatientsInfoByCode(deliverAddRequest.getCouponCode()));
76 76 return baseResponse;
77 77 }
78 78 /**