|
@ -201,7 +201,7 @@ public class SpecialistHospitalItemService extends BaseService {
|
|
|
array.add(hospitalServiceItemDO);
|
|
|
}
|
|
|
String response = null;
|
|
|
String url =/*getBaseUrl()*/"http://localhost:10051/svr-specialist/" + "importData2";
|
|
|
String url =getBaseUrl() + "importData2";
|
|
|
Map<String,String> params = new HashMap<>();
|
|
|
params.put("hospitalItems",array.toJSONString());
|
|
|
try {
|