删除 - 测试用例

This commit is contained in:
suwings 2018-06-02 20:36:20 +08:00
parent cc1852e69a
commit e5d8e6d9c5

View File

@ -8,14 +8,6 @@ const UUID = require('uuid');
const tools = require('../../core/tools');
const serverModel = require('../../model/ServerModel');
let e = {
servername: "xxxxxx",
commande: "xxxxxx",
timestr: "",
count: 0
}
function CreateScheduleJob(obj) {
let id = tools.randomString(6) + "_" + new Date().getTime();
let thisServer = serverModel.ServerManager().getServer(obj.servername);