|
@@ -18,7 +18,7 @@ public class CGetTask implements ITask {
|
|
|
}
|
|
|
studyidfind.set("status", 2);
|
|
|
Db.use("local").update("study", studyidfind);
|
|
|
- String execCmd = ExecUtil.execCmd("/zskk_system/other/cget.sh " + studyidfind.getStr("studyuid"));
|
|
|
+ String execCmd = ExecUtil.execCmd("/zskk_system/other/cmove.sh " + studyidfind.getStr("studyuid"));
|
|
|
if (execCmd.contains("Connection refused")) {
|
|
|
studyidfind.set("status", 4);
|
|
|
Db.use("local").update("study", studyidfind);
|