Commit 95cc317f by 徐高华

Merge branch 'feature/xgh/zq12' into 'master'

导出改成json请求

See merge request !2443
parents ab42ea92 74ec08a1
......@@ -345,7 +345,7 @@ public class GroupChatController {
* 客户群列表数据明细导出
*/
@RequestMapping("customer-group-export")
public RestResponse<Boolean> customerGroupExport(HttpServletRequest request, HttpServletResponse response,GroupChatSearchQDTO qdto) {
public RestResponse<Boolean> customerGroupExport(HttpServletRequest request, HttpServletResponse response,@RequestBody GroupChatSearchQDTO qdto) {
// 登录校验
WebLoginDTO loginUser = AuthWebRequestUtil.getLoginUser();
if (loginUser == null || StringUtils.isBlank(loginUser.getEnterpriseId())) {
......
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