Commit f3f2071ff9030eaae806749627cf929b503b7be6
1 parent
ed0ec807d7
Exists in
master
and in
6 other branches
孕产婴智慧医疗平台WEB-2048
服务开通-开通人和开通时间数据库中不是存的选择的开通人和时间,而是存的当前登录账号和当前时间
Showing 1 changed file with 0 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
f3f2071
... | ... | @@ -148,8 +148,6 @@ |
148 | 148 | } |
149 | 149 | ps.setId(UUID.randomUUID().toString().replace("-", "")); |
150 | 150 | ps.setHospitalId(hospitalId); |
151 | - ps.setCreateDate(new Date()); | |
152 | - ps.setCreateUser(String.valueOf(id)); | |
153 | 151 | //默认开通状态 |
154 | 152 | ps.setSerStatus(PatientSerEnums.SerStatusEnums.kt.getId()); |
155 | 153 | //服务类型 |