Commit 94207e58 by 徐高华

Merge branch 'ferture/四月迭代需求' of…

Merge branch 'ferture/四月迭代需求' of http://git.gicdev.com/haoban3.0/haoban-manage3.0.git into ferture/四月迭代需求
parents 22f0fbd9 4ecf2a26
......@@ -217,7 +217,7 @@ public class GroupChatController {
* 客户群列表数据明细导出
*/
@RequestMapping("customer-group-export")
public RestResponse<Boolean> customerGroupExport(HttpServletRequest request, HttpServletResponse response, @RequestBody GroupChatSearchQDTO qdto) {
public RestResponse<Boolean> customerGroupExport(HttpServletRequest request, HttpServletResponse response,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