Commit bd08945b0ef7c89290c453ba65e31a8c766e6aac

Authored by hujiaqi
1 parent 255a1a4331
Exists in master

修改一个注释

Showing 1 changed file with 1 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java View file @ bd08945
... ... @@ -342,7 +342,7 @@
342 342 */
343 343 private Integer yn = -1;
344 344 /**
345   - * 1:孕妇,2:儿童
  345 + * 1:孕妇,2:儿童,3产妇(2暂时没有了,儿童单独建标)
346 346 */
347 347 private Integer type = -1;
348 348 private List<Integer> typeList;