Commit dad5f0fb by 徐高华

企微托管

parent 97a0d19c
......@@ -175,6 +175,8 @@ public class QywxOpenTaskController {
} else {
GicLogRecordEvaluationContext.noWriteLog();
}
}else {
GicLogRecordEvaluationContext.noWriteLog();
}
ServiceResponse<OpenQwAddTaskDTO> resp = this.openQwApiService.saveAddTask(dto);
if (!resp.isSuccess()) {
......@@ -616,6 +618,8 @@ public class QywxOpenTaskController {
} else {
GicLogRecordEvaluationContext.noWriteLog();
}
}else {
GicLogRecordEvaluationContext.noWriteLog();
}
return RestResponse.successResult(resp.getResult());
}
......@@ -706,6 +710,8 @@ public class QywxOpenTaskController {
} else {
GicLogRecordEvaluationContext.noWriteLog();
}
}else {
GicLogRecordEvaluationContext.noWriteLog();
}
return RestResponse.successResult(resp.getResult());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment