|
@ -13,7 +13,6 @@ import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
import net.sf.json.JSONObject;
|
|
|
import org.junit.Test;
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.ui.Model;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
@ -235,7 +234,6 @@ public class CrawlerController {
|
|
|
return result;
|
|
|
}
|
|
|
|
|
|
@Test
|
|
|
public void crawlerTest() {
|
|
|
Patient patient = new Patient();
|
|
|
patient.setPatientId("11509006");
|