Commit fdc1fa91 by 徐高华

Merge branch 'feature/xgh/202503' into 'developer'

客户群导出

See merge request !2721
parents 3efb18c8 a2c54000
......@@ -212,9 +212,7 @@ public class GroupChatController {
if(DateUtil.daysBetween(startDate,endDate) >= 180) {
return RestResponse.failure("9999","导出区间不能超过半年");
}
if(null == qdto.getStatus()) {
qdto.setStatus(2);
}
qdto.setStatus(2);
BasePageInfo basePageInfo = new BasePageInfo();
basePageInfo.setPageSize(1);
basePageInfo.setPageNum(1);
......
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