Commit c8d7ac0aaa13d80abb04b0cd1c4b034b5a00e85a
1 parent
a68b8ac8fb
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
c8d7ac0
... | ... | @@ -233,7 +233,7 @@ |
233 | 233 | patientsQuery.setServiceStatus(riskPatientsQueryRequest.getServiceStatus()); |
234 | 234 | patientsQuery.setYn(YnEnums.YES.getId()); |
235 | 235 | // patientsQuery.setBuildType(1); |
236 | - //0 未分娩建档 2 自动分娩类型 | |
236 | + //0 未分娩建档 2 自动分娩类型 http://jira.healthbaby.com.cn/browse/WEB-639 | |
237 | 237 | List buildType=new ArrayList(); |
238 | 238 | buildType.add(0); |
239 | 239 | buildType.add(2); |