Commit 9cb2d99fc0849c6c5a80a02f4bae711b0c864cd7

Authored by wangbo

Merge remote-tracking branch 'origin/master'

Showing 1 changed file

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java View file @ 9cb2d99
... ... @@ -993,18 +993,18 @@
993 993 jsonObject.put("createDate", DateUtil.getyyyy_MM_dd_hms(ps.getCreateDate()));
994 994  
995 995  
996   - jsonObject.put("device", ps.getDevice() == null ? "" : ps.getDevice());
997   - jsonObject.put("deviceCon", ps.getDeviceCon() == null ? "" : ps.getDeviceCon());
998   - jsonObject.put("doctorWeek", ps.getDoctorWeek() == null ? "" : ps.getDoctorWeek());
999   - jsonObject.put("serviceWeek", ps.getServiceWeek() == null ? "" : ps.getServiceWeek());
1000   - jsonObject.put("serStartWeek", ps.getSerStartWeek() == null ? "" : ps.getSerStartWeek());
1001   - jsonObject.put("serEndWeek", ps.getSerEndWeek() == null ? "" : ps.getSerEndWeek());
1002   - jsonObject.put("serStartTime", ps.getSerStartTime() == null ? "" : DateUtil.getyyyy_MM_dd_hms(ps.getSerStartTime()));
1003   - jsonObject.put("serEndTime", ps.getSerEndTime() == null ? "" : DateUtil.getyyyy_MM_dd_hms(ps.getSerEndTime()));
1004   - jsonObject.put("docStartWeek", ps.getDocStartWeek() == null ? "" : ps.getDocStartWeek());
1005   - jsonObject.put("docEndWeek", ps.getDocEndWeek() == null ? "" : ps.getDocEndWeek());
1006   - jsonObject.put("docStartTime", ps.getDocStartTime() == null ? "" : DateUtil.getyyyy_MM_dd_hms(ps.getDocStartTime()));
1007   - jsonObject.put("docEndTime", ps.getDocEndTime() == null ? "" : DateUtil.getyyyy_MM_dd_hms(ps.getDocEndTime()));
  996 +// jsonObject.put("device", ps.getDevice() == null ? "" : ps.getDevice());
  997 +// jsonObject.put("deviceCon", ps.getDeviceCon() == null ? "" : ps.getDeviceCon());
  998 +// jsonObject.put("doctorWeek", ps.getDoctorWeek() == null ? "" : ps.getDoctorWeek());
  999 +// jsonObject.put("serviceWeek", ps.getServiceWeek() == null ? "" : ps.getServiceWeek());
  1000 +// jsonObject.put("serStartWeek", ps.getSerStartWeek() == null ? "" : ps.getSerStartWeek());
  1001 +// jsonObject.put("serEndWeek", ps.getSerEndWeek() == null ? "" : ps.getSerEndWeek());
  1002 +// jsonObject.put("serStartTime", ps.getSerStartTime() == null ? "" : DateUtil.getyyyy_MM_dd_hms(ps.getSerStartTime()));
  1003 +// jsonObject.put("serEndTime", ps.getSerEndTime() == null ? "" : DateUtil.getyyyy_MM_dd_hms(ps.getSerEndTime()));
  1004 +// jsonObject.put("docStartWeek", ps.getDocStartWeek() == null ? "" : ps.getDocStartWeek());
  1005 +// jsonObject.put("docEndWeek", ps.getDocEndWeek() == null ? "" : ps.getDocEndWeek());
  1006 +// jsonObject.put("docStartTime", ps.getDocStartTime() == null ? "" : DateUtil.getyyyy_MM_dd_hms(ps.getDocStartTime()));
  1007 +// jsonObject.put("docEndTime", ps.getDocEndTime() == null ? "" : DateUtil.getyyyy_MM_dd_hms(ps.getDocEndTime()));
1008 1008  
1009 1009  
1010 1010 jsonArray.add(jsonObject);