Commit a2c54000 by 徐高华

客户群导出

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