Commit 74a339cd00c23c2b5efd8a5692618eebdb4c6200

Authored by liquanyu
1 parent 416715bcc3

诸城

Showing 1 changed file with 6 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java View file @ 74a339c
... ... @@ -1986,6 +1986,12 @@
1986 1986 return br;
1987 1987 }
1988 1988  
  1989 + @RequestMapping(value = "/zc/Yf")
  1990 + @ResponseBody
  1991 + public BaseObjectResponse saveYf(@RequestParam("startDate") String startDate, @RequestParam("endDate") String endDate) {
  1992 + BaseObjectResponse br = zcPrenatalService.saveYf(startDate, endDate);
  1993 + return br;
  1994 + }
1989 1995  
1990 1996 /**
1991 1997 * 承德智业基本信息测试