@@ -61,7 +61,6 @@ public class QuantityQualityServiceImpl extends ServiceImpl<QuantityQualityMappe
ew.eq("q_type", qType);
}
- ew.ne("depot_id", null);
ew.orderByDesc("create_time");
Page page = new Page();
if (pageIndex != MyConstant.ZERO && pageSize != MyConstant.ZERO) {