Commit 5a99779db79a53a363fde6c176e4a8ec8c37bd9d

Authored by tranny
1 parent 402e7cc2fd

update

Showing 1 changed file with 15 additions and 15 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java View file @ 5a99779
... ... @@ -4002,21 +4002,21 @@
4002 4002  
4003 4003 @Autowired
4004 4004 private PatientWeightService patientWeightService;
4005   - @Autowired
4006   - private PatientSyncMysqlFacade patientSyncMysqlFacade;
  4005 +// @Autowired
  4006 +// private PatientSyncMysqlFacade patientSyncMysqlFacade;
4007 4007  
4008   - @ResponseBody
4009   - @RequestMapping(value = "/syncPatients", method = RequestMethod.GET)
4010   - public String syncPatients() {
4011   - patientSyncMysqlFacade.syncPatients();
4012   - return "success";
4013   - }
4014   -
4015   - @ResponseBody
4016   - @RequestMapping(value = "/syncAntexc", method = RequestMethod.GET)
4017   - public String syncAntexc() {
4018   - patientSyncMysqlFacade.syncAntexc();
4019   - return "success";
4020   - }
  4008 +// @ResponseBody
  4009 +// @RequestMapping(value = "/syncPatients", method = RequestMethod.GET)
  4010 +// public String syncPatients() {
  4011 +// patientSyncMysqlFacade.syncPatients();
  4012 +// return "success";
  4013 +// }
  4014 +//
  4015 +// @ResponseBody
  4016 +// @RequestMapping(value = "/syncAntexc", method = RequestMethod.GET)
  4017 +// public String syncAntexc() {
  4018 +// patientSyncMysqlFacade.syncAntexc();
  4019 +// return "success";
  4020 +// }
4021 4021 }