删除打印的日志
This commit is contained in:
parent
78940b8ac5
commit
056e8a59ce
@ -1,7 +1,6 @@
|
||||
package com.xhpc.activity.task;
|
||||
|
||||
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import com.xhpc.activity.domain.XhpcWorkOrderDomain;
|
||||
import com.xhpc.activity.domain.XhpcWorkTypeDictDomain;
|
||||
import com.xhpc.activity.mapper.XhpcWorkOrderMapper;
|
||||
@ -63,10 +62,6 @@ public class AutoProcessOrderTask {
|
||||
break;
|
||||
}
|
||||
|
||||
System.out.println(" ===================== 运维自动措施执行 =====================");
|
||||
System.out.println(JSON.toJSONString(orderDomain));
|
||||
System.out.println(JSON.toJSONString(r));
|
||||
|
||||
if (r != null && r.getCode() == 200) {
|
||||
orderDomain.setStatus(Short.parseShort("2"));
|
||||
orderDomain.setDisposalMethod("运维系统执行自动处理措施:" + processStr);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user