Commit 80b512dcb9b48e1fd3839a37bac1fdfca037b302
1 parent
d1453f08e7
Exists in
master
and in
6 other branches
时间多线程问题
Showing 2 changed files with 4 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/utils/DateUtil.java
View file @
80b512d
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
80b512d
| ... | ... | @@ -927,7 +927,7 @@ |
| 927 | 927 | if (null != groupsFacade.findByCurrentUserId(autoMatchFacade.getHospitalId(userId))) { |
| 928 | 928 | patientsQuery.setExtEnable(false); |
| 929 | 929 | } |
| 930 | - System.out.println("查询孕妇档案:" + patientsQuery.convertToQuery().convertToMongoQuery()); | |
| 930 | + // System.out.println("查询孕妇档案:" + patientsQuery.convertToQuery().convertToMongoQuery()); | |
| 931 | 931 | //获取所有的建档记录 |
| 932 | 932 | List<Patients> list = patientsService.queryPatient(patientsQuery); |
| 933 | 933 | AntexListResult antexListResult = new AntexListResult(); |