|
@@ -93,7 +93,7 @@ public class ViewController extends Controller {
|
|
|
//状态4:下载中
|
|
|
studyidfind.set("status", 4);
|
|
|
Db.use("local").update("study", studyidfind);
|
|
|
- dicomfind = Db.use("connected_dicom").find("select * from dicominfo where studyuid=?",studyidfind.getStr("studyuid"));
|
|
|
+ dicomfind = Db.use("connected_dicom").find("select top 1000 * from dicominfo where studyuid=?",studyidfind.getStr("studyuid"));
|
|
|
for (Record record : dicomfind) {
|
|
|
Request request = new Request.Builder()
|
|
|
.url(record.getStr("URL"))
|