|
|
@@ -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());
|
|
|
+ }
|
|
|
+
|
|
|
}
|