|
@@ -14,7 +14,7 @@ public class CGetTask implements ITask {
|
|
|
public void run() {
|
|
|
// TODO Auto-generated method stub
|
|
|
Record studyidfind = Db.use("local").findFirst("select * from study order by PatientStudyDate asc");
|
|
|
- String execCmd = ExecUtil.execCmd("/zskk_system/other/cget.sh" + studyidfind.getStr("studyuid"));
|
|
|
+ String execCmd = ExecUtil.execCmd("/zskk_system/other/cget.sh " + studyidfind.getStr("studyuid"));
|
|
|
studyidfind.set("status", 2);
|
|
|
Db.use("local").update("study", studyidfind);
|
|
|
}
|