|
@@ -158,6 +158,9 @@ public class DataFacade {
|
|
}
|
|
}
|
|
});
|
|
});
|
|
if (add != null && add.size() != 0) {
|
|
if (add != null && add.size() != 0) {
|
|
|
|
+ add.forEach((e) -> {
|
|
|
|
+ e.setGmtCreate(new Date());
|
|
|
|
+ });
|
|
behospitalInfoServiceImpl.saveBatch(add);
|
|
behospitalInfoServiceImpl.saveBatch(add);
|
|
}
|
|
}
|
|
if (updateE != null && updateE.size() != 0) {
|
|
if (updateE != null && updateE.size() != 0) {
|