Commit 7504c75f authored by jiaorz's avatar jiaorz

后台订单接口优化

parent 72e50c17
......@@ -65,6 +65,7 @@ public class BackgroundBaseOrderBiz extends BaseBiz<BaseOrderMapper, BaseOrder>
ArrayList<Integer> companyIds = new ArrayList<>();
companyIds.add(dto.getStartCompanyId());
dto.setCompanyIds(companyIds);
dto.setZoneIds(null);
}
}
if (dto.getStartTime() != null) {
......
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