Commit c1edaafa5dea81a448dd128a324bfca88f5e46dd

Authored by jiangjiazhi
1 parent c19d3375c7

增加社区id

Showing 2 changed files with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyManagerQueryRequest.java View file @ c1edaaf
... ... @@ -21,7 +21,7 @@
21 21 /**
22 22 * 关键字查询
23 23 */
24   - @FormParam
  24 + @FormParam("keywords")
25 25 private String keyword;
26 26  
27 27 /**
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/PuerperaManagerQueryRequest.java View file @ c1edaaf
... ... @@ -21,7 +21,7 @@
21 21 /**
22 22 * 关键字查询
23 23 */
24   - @FormParam
  24 + @FormParam("keywords")
25 25 private String keyword;
26 26  
27 27 /**