|
|
@@ -216,7 +216,7 @@ public class LocalBusHospitalService extends BaseService<BusHospitalMapper, BusH
|
|
|
|
|
|
@Override
|
|
|
public void run(String... args) {
|
|
|
- saveDefaultHospital();
|
|
|
+// saveDefaultHospital();
|
|
|
List<BusHospitalEntity> list = list();
|
|
|
list.forEach(entity -> {
|
|
|
entity.setScriptOnline(false);
|
|
|
@@ -237,6 +237,7 @@ public class LocalBusHospitalService extends BaseService<BusHospitalMapper, BusH
|
|
|
private void saveDefaultHospital(){
|
|
|
BusHospitalEntity hospital = new BusHospitalEntity();
|
|
|
hospital.setId("1");
|
|
|
+ hospital.setCode("1000");
|
|
|
hospital.setName("驼人医疗器械有限公司");
|
|
|
hospital.setRemark("系统级医院,不可删除、修改");
|
|
|
GeoPoint geoPoint = new GeoPoint();
|