提交 2c9a8fe3 编写于 作者: O o2null

Merge branch 'cherry-pick-b01058a8' into 'release'

Merge branch 'fix/list0922' into 'develop'

See merge request o2oa/o2oa!1670
......@@ -621,11 +621,11 @@ public class NodeAgent extends Thread {
private void customJar(String simpleName, byte[] bytes, boolean rebootApp) throws Exception {
File jar = new File(Config.dir_custom_jars(true), simpleName + ".jar");
FileUtils.writeByteArrayToFile(jar, bytes, false);
/*if (rebootApp) {
if (rebootApp) {
Servers.stopApplicationServer();
Thread.sleep(3000);
Servers.startApplicationServer();
}*/
}
}
private void customZip(String simpleName, byte[] bytes, boolean rebootApp) throws Exception {
......
......@@ -102,7 +102,10 @@ appMap.set("zoneland.unicom.bj.assemble.control.zoneland_unicom_bj_assemble_cont
xhrFields : {
'withCredentials' : true
},
crossDomain : true
crossDomain : true,
error : function(e){
$('#contentTable').hide();
}
}).done(function(json) {
debugger;
if (json.type == 'success') {
......@@ -130,7 +133,7 @@ appMap.set("zoneland.unicom.bj.assemble.control.zoneland_unicom_bj_assemble_cont
str += '</table>';
$('#content').html(str);
}
$('#contentTable').show();
}
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册