Commit ec91480911cd19f1b7e86e151458649b3eba269a

Authored by fangcheng
1 parent 11749eead9

修改代码

Showing 2 changed files with 6 additions and 5 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CouponPrintController.java View file @ ec91480
... ... @@ -45,12 +45,13 @@
45 45 public BaseObjectResponse printTrigger(HttpServletRequest request) {
46 46 if(shanDong_DeZhou_fuYou_hopitalId.equals(request.getParameter("hospitalId"))){//山东德州妇幼
47 47 Patients patient = patientsService.findOnePatientById(request.getParameter("patientUserId"));
48   - String cardType = request.getParameter("cardType");
  48 + String area = request.getParameter("area");
49 49 String sendPersonName = request.getParameter("sendPersonName");
50 50 String patientUserName = patient.getUsername();//领卡人
51 51 String cardNum = patient.getVcCardNo();//就诊卡号
52 52 String sendReason = "孕产婴软件:"+patientUserName+", 孕检代金券";//发卡原因
53   - String remark = cardType + "代金券,产检代金券禁止其他使用";//备注
  53 + String cardType = area + "代金券";
  54 + String remark = area + "代金券,产检代金券禁止其他使用";//备注
54 55 String JSFS = "孕检代金券";//结算方式
55 56 Integer KMJE = Integer.parseInt(shanDong_Dezhou_youHuiQuan_money_Number);//卡面金额
56 57 Integer XSJE =0;// 销售金额
platform-operate-api/src/main/resources/rebel.xml View file @ ec91480
1 1 <?xml version="1.0" encoding="UTF-8"?>
2   -<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">
  2 +<application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
3 3  
4 4 <classpath>
5   - <dir name="D:/lyms_wrok/regional/regional-platform/platform-operate-api/target/classes">
  5 + <dir name="E:/Workspaces-lyms/regional-platform/platform-operate-api/target/classes">
6 6 </dir>
7 7 </classpath>
8 8  
9 9 <web>
10 10 <link target="/">
11   - <dir name="D:/lyms_wrok/regional/regional-platform/platform-operate-api/src/main/webapp">
  11 + <dir name="E:/Workspaces-lyms/regional-platform/platform-operate-api/src/main/webapp">
12 12 </dir>
13 13 </link>
14 14 </web>