diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CouponPrintController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CouponPrintController.java index cd4cace..a3d5db0 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CouponPrintController.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CouponPrintController.java @@ -45,12 +45,13 @@ public class CouponPrintController { public BaseObjectResponse printTrigger(HttpServletRequest request) { if(shanDong_DeZhou_fuYou_hopitalId.equals(request.getParameter("hospitalId"))){//山东德州妇幼 Patients patient = patientsService.findOnePatientById(request.getParameter("patientUserId")); - String cardType = request.getParameter("cardType"); + String area = request.getParameter("area"); String sendPersonName = request.getParameter("sendPersonName"); String patientUserName = patient.getUsername();//领卡人 String cardNum = patient.getVcCardNo();//就诊卡号 String sendReason = "孕产婴软件:"+patientUserName+", 孕检代金券";//发卡原因 - String remark = cardType + "代金券,产检代金券禁止其他使用";//备注 + String cardType = area + "代金券"; + String remark = area + "代金券,产检代金券禁止其他使用";//备注 String JSFS = "孕检代金券";//结算方式 Integer KMJE = Integer.parseInt(shanDong_Dezhou_youHuiQuan_money_Number);//卡面金额 Integer XSJE =0;// 销售金额 diff --git a/platform-operate-api/src/main/resources/rebel.xml b/platform-operate-api/src/main/resources/rebel.xml index 149fd02..f73dc5c 100644 --- a/platform-operate-api/src/main/resources/rebel.xml +++ b/platform-operate-api/src/main/resources/rebel.xml @@ -1,14 +1,14 @@ - + - + - +