feat: There is no way the

This commit is contained in:
super_liu
2021-09-15 17:07:08 +08:00
parent ca6bdcbee8
commit 22812a7f6e
2 changed files with 0 additions and 2 deletions
@@ -404,7 +404,6 @@ public class TodoTaskController extends BaseAction {
NotifyTodoAppResult notifyTodoAppResult = webServiceOAService.setTodoDone(notifyTodoSendContext);
if(notifyTodoAppResult != null){
if(notifyTodoAppResult.getSIGN().equals("0") && notifyTodoAppResult.getMASSAGE().equals("操作成功")){
logger.info("--------------------------成功发送 ESP 已办 模块ID"+list.get(0).getId()+"----------------------------");
logger.info("--------------------------成功发送 ESP 已办任务----------------------------");
}else {
logger.error("ESP 发送待办任务异常 :" + "SIGN: "+notifyTodoAppResult.getSIGN()+",MASSAGE: "+notifyTodoAppResult.getMASSAGE());
@@ -163,7 +163,6 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
if(!result.contains("操作成功")){
log.error("请求发送待办接口出现异常:"+result);
}else {
log.info("--------------------------成功发送 ESP 待办 模块ID"+notifyTodoSendContext.getModelId()+"----------------------------");
log.info("okHttp请求发送待办接口成功结果:"+result);
}