Browse Source

支付地址修改

yeguodong 3 months ago
parent
commit
19ce80dfe1

+ 6 - 0
src/main/java/cn/hnthyy/thmz/controller/mz/MzPatientMiController.java

@@ -887,4 +887,10 @@ public class MzPatientMiController {
     //    return R.ok();
     //}
 
+    @RequestMapping(value = "/getPatientTimes", method = {RequestMethod.GET})
+    public R getPatientTimes(@RequestParam String patientId) {
+        MzPatientMi mzPatientMi = mzPatientMiService.queryByPatientId(patientId);
+        return R.ok().put("data", mzPatientMi.getTimes());
+    }
+
 }

+ 1 - 1
src/main/resources/application-mhyy.yml

@@ -22,7 +22,7 @@ web:
     #    path: E:/project/medical_pension/uploadroot
     path: ../uploadroot
 pay:
-  url: http://130.150.161.29:7001/pay/NongPay
+  url: http://130.150.161.113:7001/pay/NongPay
 spring:
   #jackson:
   #date-format: "yyyy-MM-dd HH:mm:ss"