Commit cffed5e2f72c57529964d91d7290889292e50cfb
1 parent
c777b44c56
Exists in
master
and in
6 other branches
开通增值服务同步数据数据验证
Showing 2 changed files with 1 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
cffed5e
| ... | ... | @@ -418,7 +418,7 @@ |
| 418 | 418 | jsonObject.put("serDoct", ps.getSerDoct()); |
| 419 | 419 | jsonObject.put("serStatus", ps.getSerStatus()); |
| 420 | 420 | jsonObject.put("hospitalId", ps.getHospitalId()); |
| 421 | - jsonObject.put("createDate", ps.getCreateDate()); | |
| 421 | + jsonObject.put("createDate", DateUtil.getyyyy_MM_dd_hms(ps.getCreateDate())); | |
| 422 | 422 | jsonArray.add(jsonObject); |
| 423 | 423 | } |
| 424 | 424 | params.put("data", jsonArray.toString()); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceSysFacade.java
View file @
cffed5e