Commit 6e63ed02 by 徐高华

Merge branch 'feature/xgh/2406企微托管' into 'master'

Feature/xgh/2406企微托管

See merge request !2024
parents 8d48ff5f c3b42174
...@@ -366,7 +366,7 @@ ...@@ -366,7 +366,7 @@
</select> </select>
<select id="listOpenGroupChatDK" resultType="java.lang.String"> <select id="listOpenGroupChatDK" resultType="java.lang.String">
select wx_chat_id_dk from tab_haoban_group_chat where enterprise_id=#{enterpriseId} and staff_id = #{staffId} and delete_flag=0 and chat_status != 4 and wx_chat_id_dk is not null select wx_chat_id from tab_haoban_group_chat where enterprise_id=#{enterpriseId} and staff_id = #{staffId} and delete_flag=0 and chat_status != 4 and wx_chat_id_dk is not null
</select> </select>
</mapper> </mapper>
\ No newline at end of file
...@@ -175,6 +175,8 @@ public class QywxOpenTaskController { ...@@ -175,6 +175,8 @@ public class QywxOpenTaskController {
} else { } else {
GicLogRecordEvaluationContext.noWriteLog(); GicLogRecordEvaluationContext.noWriteLog();
} }
}else {
GicLogRecordEvaluationContext.noWriteLog();
} }
ServiceResponse<OpenQwAddTaskDTO> resp = this.openQwApiService.saveAddTask(dto); ServiceResponse<OpenQwAddTaskDTO> resp = this.openQwApiService.saveAddTask(dto);
if (!resp.isSuccess()) { if (!resp.isSuccess()) {
...@@ -616,6 +618,8 @@ public class QywxOpenTaskController { ...@@ -616,6 +618,8 @@ public class QywxOpenTaskController {
} else { } else {
GicLogRecordEvaluationContext.noWriteLog(); GicLogRecordEvaluationContext.noWriteLog();
} }
}else {
GicLogRecordEvaluationContext.noWriteLog();
} }
return RestResponse.successResult(resp.getResult()); return RestResponse.successResult(resp.getResult());
} }
...@@ -706,6 +710,8 @@ public class QywxOpenTaskController { ...@@ -706,6 +710,8 @@ public class QywxOpenTaskController {
} else { } else {
GicLogRecordEvaluationContext.noWriteLog(); GicLogRecordEvaluationContext.noWriteLog();
} }
}else {
GicLogRecordEvaluationContext.noWriteLog();
} }
return RestResponse.successResult(resp.getResult()); 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